[yocto] Udev "unable to receive control connection"

2015-03-10 Thread Parthiban Kandasamy
i am using yocto-dora-1.5, linux-libc-headers version is 2.6.32-r0, kernel is linux-dummy and udev-182. while building qt-demo-image i got some linking error due to udev. then downgrade udev-182 to ude-164, finally everything ok about build process. so i went to booting my beagleboard-xm, while th

[yocto] Qt mouse driver

2015-03-13 Thread Parthiban Kandasamy
i successfully built customized yocto project(Qte-demo) for beagleboard-xm, In project i use two input device i.e mouse and touchscreen. Default library used in qt is tslib. So how do i use mouse and touchscreen at the same time? -- thanks and regards, parthiban +919790329795 -- __

[yocto] Qt with X11 server

2015-03-14 Thread Parthiban Kandasamy
i built qt4e-demo-image without x11 server, i choose to build qt4 with x11, so what are modifications have to do for this build? -- thanks and regards, parthiban +919790329795 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctopr

[yocto] qtdemo input prblem

2015-03-15 Thread Parthiban Kandasamy
i built qte-demo project for beagleboard-xm, now i have option to use mouse or touchscreen at a time, but i need to use these two at same time. so what will be the option? -- thanks and regards, parthiban +919790329795 -- ___ yocto mailing list y

[yocto] eglibc build error

2015-03-25 Thread Parthiban Kandasamy
i am using yocto-dora1.5 for beagleboard-xm and i am building customized toolchain(meta-toolchain-qt for x11 support) for my target. while building got error at the time of linking, ns_print.c:(.text+0x48a): undefined reference to `__stack_chk_guard' | ns_print.c:(.text+0x6cb): undefined reference

Re: [yocto] eglibc build error

2015-03-26 Thread Parthiban Kandasamy
could anyone tell me to recover stack_chk_guard error? On 25 March 2015 at 16:44, Parthiban Kandasamy wrote: > i am using yocto-dora1.5 for beagleboard-xm and i am building customized > toolchain(meta-toolchain-qt for x11 support) for my target. while building > got error at the time o

[yocto] How to enable Auto-login

2015-04-16 Thread Parthiban Kandasamy
i built a yocto image with beagleboard-10-dora based on qt-x11. when i boot board every time it asks root login. i checked image.bbclass file , it have set-enable-auto-login function but it is not work. how to disable this feature? -- thanks and regards, parthiban +919790329795 --

[yocto] Yocto linux-kernel

2015-04-29 Thread Parthiban Kandasamy
i am using beagleboard-xm like board for my custom use. for my development i am using yocto-dora-1.5 as bsp and kernel-2.6.32(i downgraded). while bitbaking kernel, i got error as follows: Log data follows: | DEBUG: Executing shell function do_kernel_checkout | Reinitialized existing Git

[yocto] Python task error

2015-01-29 Thread Parthiban Kandasamy
i build yocto for beagleboard XM, while building tar --same-order error shown. i am using x86_64 processor and Opensuse 13.2. please tell me to overcome to this problem. -- thanks and regards, parthiban +919790329795 -- ___ yocto mailing list yoc

[yocto] SDKMACHINE settings

2015-02-05 Thread Parthiban Kandasamy
entirely i am new to embedded linux. first i did bitbake of core-image-minimal it came out very well. then again i tried sdk toolchain development using bitbake -k meta-toolchain-qte. it gives so many error. so could you provide details for how do i start to develop BSP for beagleboard-XM. i am ent

[yocto] Native version conflict with yocto version

2015-02-26 Thread Parthiban Kandasamy
i run yocto build on opensuse 12.3 which have version of make is 4.0 but my yocto project has version of 3.82.so it shows "checking version of make... 4.0, bad". and other error logs are: ERROR: Function failed: do_configure (log file is located at /home/parthiban/UliveSytems/Parthiban/CODE/OpenS

[yocto] What this Value

2015-03-04 Thread Parthiban Kandasamy
SRCREV_machine ?= "e1aa804148370cda6f85640281af156ffa007d52" i don't know what is this value, this value found in linux-yocto_3.10.bb file. if i want to upgrade or downgrade kernel version should i change this vale? -- thanks and regards, parthiban +919790329795 -- __

[yocto] avoid kernel building

2015-03-09 Thread Parthiban Kandasamy
i am using beagle board-xm, for this board i don want to build kernel package. so how to exclude linux-yocto from build process. i tried following option PACKAGE_EXCLUDE = "linux-yocto" -> it was not effect, BBMASK .= "|.*linux-yocto" -> it was not effect, those statement not work, so what will b