From patchwork Mon Jun 13 09:01:29 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/2] eglibc: migrate configurability from oe V5 Date: Mon, 13 Jun 2011 09:01:29 -0000 From: Kang Kai X-Patchwork-Id: 5737 Message-Id: To: Cc: openembedded-core@lists.openembedded.org From: Kang Kai Hi Saul, This update only add file local.conf.sample.extended, not source it any more. Using DISTRO_FEATURES_LIBC to manage eglibc configurable options suggested by Koen and Martin, and set DISTRO_FEATURES_LIBC in default-distrovars.inc to enable all eglibc configurable options by default to make current compilation succeed. Regards, The following changes since commit 7f34cd1eb2a459709006ae985a14decd4d2152e6: tzcode: Update to 2011g (2011-06-06 15:58:42 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/distro http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro Kang Kai (2): bitbake: add local.conf.sample.extended eglibc: migrate configurability from oe meta-yocto/conf/local.conf.sample.extended | 12 ++++ meta/conf/distro/include/default-distrovars.inc | 9 +++- meta/recipes-core/eglibc/eglibc-options.inc | 62 +++++++++++++++++++++++ meta/recipes-core/eglibc/eglibc.inc | 6 ++ 4 files changed, 88 insertions(+), 1 deletions(-) create mode 100644 meta-yocto/conf/local.conf.sample.extended create mode 100644 meta/recipes-core/eglibc/eglibc-options.inc