Re: [yocto] Autobuilder Change: Moving meta-toolchain-gmae builds

2011-05-25 Thread Zhang, Jessica
Beth, It should be fine since meta-toolchain-gmae generate toolchain tar ball that also contains sysroot which has extra packages for gmae, unless Jiajun is using it in QA work. Thanks, Jessica -Original Message- From: Flanagan, Elizabeth Sent: Wednesday, May 25, 2011 3:54 PM To:

[yocto] ERROR when bitbake e2fsprogs

2011-05-25 Thread 张文杰
The error log is blow: | make[2]: Entering directory `/sdb1/yocto/poky-bernard-5.0/build/tmp/work/ppce500v2-wrs-linux-gnu/e2fsprogs-1.41.12-r20/e2fsprogs-1.41.12/misc' |COMPILE_ET prof_err.et |CC mke2fs.c |CC util.c |CC ../e2fsck/profile.c |CC prof_err.c |PROFILE_TO_C mke2fs.conf |CC

[yocto] In consistancy in the defition of BBFILE_COLLECTIONS in layer.conf

2011-05-25 Thread Jeremy Puhlman
Opps sent from wrong account. I was working with some layerinfo code, and I noticed that the values of BBFILE_COLLECTIONS in layer.conf in the meta-intel repo are kind of all over the map: for each in */conf/layer.conf; do cat $each; done | grep BBFILE_COLLECTIONS BBFILE_COLLECTIONS_crownbay

[yocto] [PATCH 0/4][Image Creator]Add mulitple extra cache fields request support

2011-05-25 Thread Ke Liping
From: Liping Ke liping...@intel.com The series of patch are for mplementing multiple extra cache fields request support.If user needs to request extra cache fields besides CoreRecipeInfo fields, just add a new XXXRecipeInfo class definition as Image Creator UI Hob Does. For implementing this new

[yocto] [PATCH 1/4][Image Creator]Refactory Current Cache implementation

2011-05-25 Thread Ke Liping
From: Liping Ke liping...@intel.com This patch is for refactorying current cache implementation, the main reason is for introducing extra cache fields requests for image creator as well as other users. The refactory parts include: Move cache data retrieve methods out of Cache Data Fields

[yocto] [PATCH 2/4][Image Creator]Introduce extra cache class for image creator

2011-05-25 Thread Ke Liping
From: Liping Ke liping...@intel.com Extra RecipeInfo will be all defined in this file. Currently, Only Hob (Image Creator) Requests some extra fields. So HobRecipeInfo is defined. It's named HobRecipeInfo because it is introduced by 'hob'. Users could also introduce other RecipeInfo or simply use

[yocto] [PATCH 4/4][Image Creator]Implement multiple extra cache fields request support

2011-05-25 Thread Ke Liping
From: Liping Ke liping...@intel.com This patch is to support extra cache. If user needs to request extra cache fields besides CoreRecipeInfo fields, just add a new XXXRecipeInfo class definition as Hob Does. Currently supported Extra RecipeInfo name is an array. We can support multiple extra

[yocto] [Announcement] Bernard 5.0.1 Release

2011-05-25 Thread Elizabeth Flanagan
We are pleased to announce the first bug-fix release of Poky Bernard, 5.0.1. Release notes are available at: http://www.yoctoproject.org/download/yocto/yocto-project-1.0.1-release-notes-poky-5.0.1 Details === Download:

Re: [yocto] In consistancy in the defition of BBFILE_COLLECTIONS in layer.conf

2011-05-25 Thread Jeremy Puhlman
No, not intentional - looks like a case of an overzealous overriding typo that propagated. I'll cook up a patch to make them all just 'BBFILE_COLLECTIONS += ' Tom Good deal. Just wanted to double check. Thanks for the quick response. -- Jeremy Puhlman Montavista Sofware, LLC.

[yocto] [PATCH 0/1] beagleboard: specify UBOOT_MACHINE in machine conf

2011-05-25 Thread Darren Hart
This is a follow-on to the u-boot bbappend support patches recently sent to oe: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003161.html The following changes since commit 1607d7b6809eb3f0aa8d09713a4e467a1f4585a2: IMAGE_ROOTFS_SIZE: Cleanup machine conf files (2011-05-25

[yocto] [PATCH 1/1] beagleboard: specify UBOOT_MACHINE in machine conf

2011-05-25 Thread Darren Hart
Signed-off-by: Darren Hart dvh...@linux.intel.com --- meta-yocto/conf/machine/beagleboard.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf index 963014b..d6eee6f 100644 ---