[yocto] Yocto Project community survey - t-shirt winner Marc F.

2011-12-16 Thread Jeff Osier-Mixon
Thanks very much to all who participated in the Yocto Project community survey! We have a winner for the t-shirt: Marc F., you'll be receiving your shirt shortly. Thanks again to everyone, and have a happy holiday! -- Jeff Osier-Mixon http://jefro.net/blog Yocto Project Community Manager @Intel

[yocto] Qt image is flicking at every touch

2011-12-16 Thread Navani Kamal Srivastava
Hi, I compiled my rootfs with given options- IMAGE_INSTALL = task-poky-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} IMAGE_INSTALL += qt4-embedded tslib-conf tslib-tests tslib-calibrate tslib-dev tslib-locale busybox iproute2 canutils alsa-utils alsa-lib directfb hwapps qt4-embedded IMAGE_INSTALL +=

Re: [yocto] kernel-tools failure for linux-yoctort_3.0.bb for poky/edison branch.

2011-12-16 Thread Bruce Ashfield
On 11-12-16 02:27 PM, Bodke, Kishore K wrote: Hi, Just wanted to know if this got fixed? Everytime I give the build I have to cerry-pick the patches. I sent a patch that modified the SRCREV of the base kern-tools package to make the SRCREV modifiable by a layer. Did you try that ? But even

Re: [yocto] kernel-tools failure for linux-yoctort_3.0.bb for poky/edison branch.

2011-12-16 Thread Darren Hart
On 12/16/2011 11:27 AM, Bodke, Kishore K wrote: Hi, Just wanted to know if this got fixed? Bruce sent a patch to test, it's included in the history below. Did you try this without the cherry-picked patches to see if it works for you? If not, could you please do so and let Bruce know? If it

Re: [yocto] kernel-tools failure for linux-yoctort_3.0.bb for poky/edison branch.

2011-12-16 Thread Bodke, Kishore K
I will try out with the Bruce's patch. It stops after these below boot messages. Failed to execute /init Kernel panic - Not syncing: No init found. Try passing init=option to kernel Pid: 1 comm: swapper not tainited. 3.0.12-rt30-yocto-standard-prempt-rt+ Thanks Kishore. -Original

Re: [yocto] kernel-tools failure for linux-yoctort_3.0.bb for poky/edison branch.

2011-12-16 Thread Darren Hart
On 12/16/2011 11:39 AM, Bodke, Kishore K wrote: I will try out with the Bruce's patch. It stops after these below boot messages. Failed to execute /init Kernel panic - Not syncing: No init found. Try passing init=option to kernel Pid: 1 comm: swapper not tainited.

Re: [yocto] kernel-tools failure for linux-yoctort_3.0.bb for poky/edison branch.

2011-12-16 Thread Darren Hart
On 12/16/2011 02:12 PM, Bodke, Kishore K wrote: I am building core-image-sato. I have not changed any boot parameters. Everything was default settings. By image format I mean are you using a live image? core-image-sato-*.hddimg or are you formatting a disk and copying over contents of the

Re: [yocto] [PATCH 0/1] meta-cedartrail: new layer for Cedar Trail systems

2011-12-16 Thread Tom Zanussi
On Thu, 2011-12-15 at 08:07 -0800, Saxena, Rahul wrote: From: Rahul Saxena rahul.sax...@intel.com This is the initial version of the BSP for Cedar Trail platform. The Cedar Trail platform is based on the Intel Cedarview Atom processor and Tiger Point Chipset. I have sucessfuly booted sato

Re: [yocto] Raspberry Pi

2011-12-16 Thread Chris Tapp
On 15 Dec 2011, at 22:18, Ilya Dmitrichenko wrote: I'll be happy to join you, Chris :) Thanks. Keep an eye on this list ;-) On 15 Dec 2011, at 22:23, Richard Purdie wrote: I'm not aware of anyone working on this but I like the idea of a BSP for it and it shouldn't be too hard to do. I'd

Re: [yocto] kernel-tools failure for linux-yoctort_3.0.bb for poky/edison branch.

2011-12-16 Thread Bodke, Kishore K
Hi, I still get the same error below after changing the kern-tools-native_git.bb file. SRCREV ?= 364437739c45a5e771d1f7b3ac73c35f1328fd97 PR = r11 ERROR: Function 'do_kernel_configme' failed (see

Re: [yocto] kernel-tools failure for linux-yoctort_3.0.bb for poky/edison branch.

2011-12-16 Thread Bodke, Kishore K
With the attached Darren's kern-tools-native_git.bb file, build was success. Thanks Kishore. -Original Message- From: Bodke, Kishore K Sent: Friday, December 16, 2011 5:07 PM To: Hart, Darren Cc: Bruce Ashfield; yocto@yoctoproject.org Subject: RE: kernel-tools failure for

[yocto] [PATCH][meta-kernel-dev] kern-tools: Include do_install() in bbappend

2011-12-16 Thread Darren Hart
do_install() has changed over versions of kern-tools, ensure this matches the latest sources as referenced by ${AUTOREV}. Without this, using this bbappend against older kern-tools recipes will fail in very strange and unexplainable ways. The edison recipe for example has: do_install() {

Re: [yocto] kernel-tools failure for linux-yoctort_3.0.bb for poky/edison branch.

2011-12-16 Thread Darren Hart
On 12/16/2011 05:22 PM, Bodke, Kishore K wrote: With the attached Darren's kern-tools-native_git.bb file, build was success. Thanks Kishore. See the patch I just sent:kern-tools: Include do_install() in bbappend for what I believe to be the solution. I suppose the proper solution would be

Re: [yocto] [PATCH][meta-kernel-dev] kern-tools: Include do_install() in bbappend

2011-12-16 Thread Bruce Ashfield
On 11-12-16 8:31 PM, Darren Hart wrote: do_install() has changed over versions of kern-tools, ensure this matches the latest sources as referenced by ${AUTOREV}. Without this, using this bbappend against older kern-tools recipes will fail in very strange and unexplainable ways. The edison recipe

Re: [yocto] kernel-tools failure for linux-yoctort_3.0.bb for poky/edison branch.

2011-12-16 Thread Bruce Ashfield
On 11-12-16 8:34 PM, Darren Hart wrote: On 12/16/2011 05:22 PM, Bodke, Kishore K wrote: With the attached Darren's kern-tools-native_git.bb file, build was success. Thanks Kishore. See the patch I just sent:kern-tools: Include do_install() in bbappend for what I believe to be the solution.

Re: [yocto] kernel-tools failure for linux-yoctort_3.0.bb for poky/edison branch.

2011-12-16 Thread Darren Hart
On 12/16/2011 07:03 PM, Bruce Ashfield wrote: On 11-12-16 8:34 PM, Darren Hart wrote: On 12/16/2011 05:22 PM, Bodke, Kishore K wrote: With the attached Darren's kern-tools-native_git.bb file, build was success. Thanks Kishore. See the patch I just sent:kern-tools: Include do_install() in