On 06/14/2011 01:47 PM, Bruce Ashfield wrote: > The linux-yocto recipes have been renamed to include explicit > version numbers. The meta-intel bbappends must be updated to > follow the new naming convention. > > As a consequence of the recipe renames any SRCREV specificiations > that were part of a machine.conf have been moved to the corresponding > bbappend file. This allows the 2.6.34 and 2.6.37 SRCREVs to co-exist. > > Signed-off-by: Bruce Ashfield <[email protected]>
... > diff --git a/meta-crownbay/conf/machine/crownbay.conf > b/meta-crownbay/conf/machine/crownbay.conf > index 6634102..baf3310 100644 > --- a/meta-crownbay/conf/machine/crownbay.conf > +++ b/meta-crownbay/conf/machine/crownbay.conf > @@ -14,7 +14,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost > ext2 ext3 x86 \ > KERNEL_IMAGETYPE = "bzImage" > > PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" > -PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" > +#PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" I assume this was an accident? If I don't hear from you shortly I'll commit without this change and we can add it back if it was intentional. It wasn't in the commit message, so I'm assuming not. -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
