[yocto] where to put IMAGE_INSTALL??

2012-01-12 Thread Jim Abernathy
There seems to be some sensitivity to where I put the statement IMAGE_INSTALL += web-webkit. At first I just modifed the meta/receipes-sato/image/core-image-sato.bb file to include it. That caused the webkit to be built. Since that is not an ideal location, I removed it and put it into the

Re: [yocto] where to put IMAGE_INSTALL??

2012-01-12 Thread Gary Thomas
On 2012-01-12 05:53, Jim Abernathy wrote: There seems to be some sensitivity to where I put the statement IMAGE_INSTALL += web-webkit. At first I just modifed the meta/receipes-sato/image/core-image-sato.bb file to include it. That caused the webkit to be built. Since that is not an ideal

Re: [yocto] Request to enable SMP and virtio for qemux86/x86-64

2012-01-12 Thread Zhai, Edwin
Bruce, Thanks for your efforts! Edwin On 2012/1/11 20:43, Bruce Ashfield wrote: On 12-01-11 02:01 AM, Zhai, Edwin wrote: Bruce, Can we enable SMP and virtio by default for qemux86/x86-64? This can achieve huge perf boost for workload inside qemu. E.g. we enabled self-hosted image, where we

Re: [yocto] where to put IMAGE_INSTALL??

2012-01-12 Thread Jim Abernathy
On 01/12/2012 08:06 AM, Gary Thomas wrote: On 2012-01-12 05:53, Jim Abernathy wrote: There seems to be some sensitivity to where I put the statement IMAGE_INSTALL += web-webkit. At first I just modifed the meta/receipes-sato/image/core-image-sato.bb file to include it. That caused the

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Brian Hutchinson
Yet another follow up. I finally found my C3 Beagleboard and the default kernel built off master yesterday works on that platform too. I was able to do another build with the tips you guys gave and it looks like it is picking up the kernel from my local git repo now. I did the calibrate example

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Jack Mitchell
On 12/01/12 15:21, Brian Hutchinson wrote: Yet another follow up. I finally found my C3 Beagleboard and the default kernel built off master yesterday works on that platform too. I was able to do another build with the tips you guys gave and it looks like it is picking up the kernel from my

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Bruce Ashfield
On 12-01-12 10:21 AM, Brian Hutchinson wrote: Yet another follow up. I finally found my C3 Beagleboard and the default kernel built off master yesterday works on that platform too. I was able to do another build with the tips you guys gave and it looks like it is picking up the kernel from my

[yocto] qemu EFI build failure

2012-01-12 Thread Josef Ahmad
I tried to build a qemux86 EFI image, by setting: - in my local.conf: IMAGE_FSTYPES += live - in poly/meta/conf/machine/qemux86.conf: MACHINE_FEATURES += efi The build gave me the following error: bash-3.00$ bitbake core-image-minimal Loading cache: 100%

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Brian Hutchinson
On Thu, Jan 12, 2012 at 11:00 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: The bitbake AUTOREV code should take care of updating the clone of your local repo in downloads/git2. I take it that this isn't happening ? ... haven't tried ... was just sticking to the example in the

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Bruce Ashfield
On 12-01-12 11:20 AM, Brian Hutchinson wrote: On Thu, Jan 12, 2012 at 11:00 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: The bitbake AUTOREV code should take care of updating the clone of your local repo in downloads/git2. I take it that this isn't happening ? ... haven't tried ...

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Brian Hutchinson
On Thu, Jan 12, 2012 at 10:56 AM, Jack Mitchell m...@communistcode.co.uk wrote: Brian, What image are you building, as I cannot get core-image-minimal to boot at all on my xM. I am currently trying to fix a hosed sd card (who knows what happened to it!) and then I will see if it has made any

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Brian Hutchinson
On Thu, Jan 12, 2012 at 11:24 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: I prefer to work this way, since managing patches in a source git repository is much easier for me. If you only have a few patches, then they can just be pushed on top and added to the SRC_URI, but you'd be

Re: [yocto] qemu EFI build failure

2012-01-12 Thread Darren Hart
On 01/12/2012 08:19 AM, Josef Ahmad wrote: I tried to build a qemux86 EFI image, by setting: - in my local.conf: IMAGE_FSTYPES += live - in poly/meta/conf/machine/qemux86.conf: MACHINE_FEATURES += efi I haven't tried live images with QEMU. For one thing, they aren't really necessary as you

Re: [yocto] Does Edison work with Beagleboard linux-yocto-3.0 kernel?

2012-01-12 Thread Bruce Ashfield
On 12-01-12 11:48 AM, Brian Hutchinson wrote: On Thu, Jan 12, 2012 at 11:24 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: I prefer to work this way, since managing patches in a source git repository is much easier for me. If you only have a few patches, then they can just be pushed on

[yocto] [PATCH] meta-intel/common: fix ptr-int and Werror=address compile errors

2012-01-12 Thread Tom Zanussi
A couple of things that had previously been warnings are now errors, so they need to be fixed up. The first problem is a comparison between the address of a static struct and NULL, which can never be valid. A different fix for this is upstream, which includes an API usage change; we don't need

Re: [yocto] where to put IMAGE_INSTALL??

2012-01-12 Thread Jim Abernathy
On 01/12/2012 08:06 AM, Gary Thomas wrote: On 2012-01-12 05:53, Jim Abernathy wrote: There seems to be some sensitivity to where I put the statement IMAGE_INSTALL += web-webkit. At first I just modifed the meta/receipes-sato/image/core-image-sato.bb file to include it. That caused the

[yocto] QtCreator and Yocto SDK

2012-01-12 Thread Marc Ferland
Hi, I'm currently looking for instructions on how to integrate a Yocto SDK with QtCreator. I've successfully built my application by sourcing the environment file and simply calling qmake/make, but QtCreator refuses to build the project. Any ideas/tips? Marc

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

2012-01-12 Thread Tom Zanussi
On Fri, 2011-12-16 at 19:03 -0800, 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:

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

2012-01-12 Thread Darren Hart
On 01/12/2012 12:39 PM, Tom Zanussi wrote: On Fri, 2011-12-16 at 19:03 -0800, 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

Re: [yocto] qemu EFI build failure

2012-01-12 Thread Darren Hart
On 01/12/2012 10:27 AM, Darren Hart wrote: On 01/12/2012 08:19 AM, Josef Ahmad wrote: I tried to build a qemux86 EFI image, by setting: - in my local.conf: IMAGE_FSTYPES += live - in poly/meta/conf/machine/qemux86.conf: MACHINE_FEATURES += efi I haven't tried live images with QEMU. For

Re: [yocto] [PATCH] meta-intel/common: fix ptr-int and Werror=address compile errors

2012-01-12 Thread Darren Hart
On 01/12/2012 10:33 AM, Tom Zanussi wrote: A couple of things that had previously been warnings are now errors, so they need to be fixed up. The first problem is a comparison between the address of a static struct and NULL, which can never be valid. A different fix for this is upstream,

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

2012-01-12 Thread Bruce Ashfield
On 12-01-12 03:52 PM, Darren Hart wrote: On 01/12/2012 12:39 PM, Tom Zanussi wrote: On Fri, 2011-12-16 at 19:03 -0800, 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,

Re: [yocto] qemu EFI build failure

2012-01-12 Thread Darren Hart
On 01/12/2012 01:28 PM, Bodke, Kishore K wrote: I have only MACHINE_FEATURES += efi KERNEL_FEATURES_append_cedartrail += cfg/efi-ext.scc. I am not having IMAGE_FSTYPES += live. The live change is just to trigger the live image type which builds grub-efi-native for efi systems. qemux86

Re: [yocto] [PATCH] meta-intel/common: fix ptr-int and Werror=address compile errors

2012-01-12 Thread Tom Zanussi
On Thu, 2012-01-12 at 13:24 -0800, Darren Hart wrote: On 01/12/2012 10:33 AM, Tom Zanussi wrote: A couple of things that had previously been warnings are now errors, so they need to be fixed up. The first problem is a comparison between the address of a static struct and NULL, which

Re: [yocto] [PATCH] meta-intel/common: fix ptr-int and Werror=address compile errors

2012-01-12 Thread Darren Hart
On 01/12/2012 01:47 PM, Tom Zanussi wrote: On Thu, 2012-01-12 at 13:24 -0800, Darren Hart wrote: On 01/12/2012 10:33 AM, Tom Zanussi wrote: A couple of things that had previously been warnings are now errors, so they need to be fixed up. The first problem is a comparison between the

Re: [yocto] [PATCH] meta-intel/common: fix ptr-int and Werror=address compile errors

2012-01-12 Thread Tom Zanussi
On Thu, 2012-01-12 at 13:49 -0800, Darren Hart wrote: On 01/12/2012 01:47 PM, Tom Zanussi wrote: On Thu, 2012-01-12 at 13:24 -0800, Darren Hart wrote: On 01/12/2012 10:33 AM, Tom Zanussi wrote: A couple of things that had previously been warnings are now errors, so they need to be

Re: [yocto] qemu EFI build failure

2012-01-12 Thread Bodke, Kishore K
I have only MACHINE_FEATURES += efi KERNEL_FEATURES_append_cedartrail += cfg/efi-ext.scc. I am not having IMAGE_FSTYPES += live. Thanks Kishore. -Original Message- From: Hart, Darren Sent: Thursday, January 12, 2012 1:20 PM To: Ahmad, Josef Cc: yocto@yoctoproject.org; Bodke, Kishore K;

Re: [yocto] qemu EFI build failure

2012-01-12 Thread Kamble, Nitin A
I just sent a patch to oecore mailing list to fix the grub issue with automake 1.11.2. Thanks, Nitin -Original Message- From: Hart, Darren Sent: Thursday, January 12, 2012 1:39 PM To: Bodke, Kishore K Cc: Ahmad, Josef; yocto@yoctoproject.org; Kamble, Nitin A Subject: Re: [yocto]

Re: [yocto] qemu EFI build failure

2012-01-12 Thread Kamble, Nitin A
Here is the commit: http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Nitin -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Kamble, Nitin A Sent: Thursday, January 12, 2012 2:32 PM To: Hart, Darren;

[yocto] Developer Manual Appendix B example

2012-01-12 Thread James Abernathy
I'm trying to do the Developer Manual Appendix B example exactly as written only changing the path to my home directory. When I get to B.1.8.3, bitbake after patching the kernel calibrate.c and modifiing the path to the local git repository for linux-yocto, I get an error on the build. The log

Re: [yocto] Developer Manual Appendix B example

2012-01-12 Thread Bruce Ashfield
On 12-01-12 09:50 PM, James Abernathy wrote: I'm trying to do the Developer Manual Appendix B example exactly as written only changing the path to my home directory. When I get to B.1.8.3, bitbake after patching the kernel calibrate.c and modifiing the path to the local git repository for

Re: [yocto] Developer Manual Appendix B example

2012-01-12 Thread James Abernathy
On Thu, Jan 12, 2012 at 9:54 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: ** On 12-01-12 09:50 PM, James Abernathy wrote: I'm trying to do the Developer Manual Appendix B example exactly as written only changing the path to my home directory. When I get to B.1.8.3, bitbake after

Re: [yocto] Developer Manual Appendix B example

2012-01-12 Thread Brian Hutchinson
On Thu, Jan 12, 2012 at 9:54 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: Funny how things tend to arrive in bunches. We just discussed this today Ha! Thanks Jim for making me feel better at least I wasn't the only one that had trouble ;-) Brian

Re: [yocto] Unable to set system clock

2012-01-12 Thread Lauri Hintsala
Hello guys, On 01/11/2012 01:36 PM, Gary Thomas wrote: There is a bug #1767 that can make the system always reset the clock to the saved timestamp on boot. I am not pretty sure for this because I am able to set system clock using freescale provided rootfs. This problem I am getting only with