Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Populate site config files content to rootfs
@ 2011-08-11 14:31 Lianhao Lu
  2011-08-11 14:31 ` [PATCH 1/2] image: populate site config files into roootfs Lianhao Lu
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Lianhao Lu @ 2011-08-11 14:31 UTC (permalink / raw)
  To: openembedded-core

This series of patches fixed the bug #892. Currently, the site config 
files used in the cross compiling environment generated by meta-toolchain 
partly come from SITECONFIG_SYSROOT_CACHE, where each package will put 
their own site config cache file during their populate-sysroot task.

However, there is no way to guarantee the meta-toolchain to collect these 
site config cache files after all other packages have finished their 
populate-sysroot tasks. Since we now encourage users to use the same rootfs 
for both running and cross-compiling, by populating the site config files'
content into rootfs and having the CONFIG_SITE pointing to the rootfs, we 
can gurantee the cross compiling environment not missing any site config 
cache files' content.

The following changes since commit a1f87ec65fa1a6d5ce9a010548dbe7c01ab9b711:
  Kumar Gala (1):
        eglibc: force GLIBC_EXTRA_OECONF to not be uset for nativesdk

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib llu/bug892
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug892

Lianhao Lu (2):
  image: populate site config files into roootfs.
  meta-toolchain/environment: Use site config in rootfs.

 meta/classes/image.bbclass                 |    1 +
 meta/classes/populate_sdk.bbclass          |    2 +-
 meta/classes/siteinfo.bbclass              |    4 +++-
 meta/classes/toolchain-scripts.bbclass     |   26 ++++++++++++++++++++------
 meta/recipes-core/meta/meta-environment.bb |    6 +-----
 meta/recipes-core/meta/meta-toolchain.bb   |    4 +---
 6 files changed, 27 insertions(+), 16 deletions(-)




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-08-15 12:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11 14:31 [PATCH 0/2] Populate site config files content to rootfs Lianhao Lu
2011-08-11 14:31 ` [PATCH 1/2] image: populate site config files into roootfs Lianhao Lu
2011-08-11 14:39   ` Phil Blundell
2011-08-12  1:09     ` Lu, Lianhao
2011-08-12  2:05       ` Saul Wold
2011-08-12  2:22         ` Lu, Lianhao
2011-08-11 14:31 ` [PATCH 2/2] meta-toolchain/environment: Use site config in rootfs Lianhao Lu
2011-08-15 12:00 ` [PATCH 0/2] Populate site config files content to rootfs Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox