From patchwork Tue May 1 15:58:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/8] External CSL toolchain improvements Date: Tue, 01 May 2012 15:58:18 -0000 From: Christopher Larson X-Patchwork-Id: 26733 Message-Id: To: openembedded-core@lists.openembedded.org See the commit message summaries for details, but this syncs up my local external-csl-toolchain recipe with upstream, which includes general cleanup and use of base_libdir to fix issues with mips64, splits out libstdc++-staticdev, adds CSL_VER_MAIN to target recipe signatures, and fixes and uses precompiled locales rather than regenerating them. Most of this is straightforward, but I would appreciate review in particular of the "libc-package: rework 'precompiled' locale handling". Thanks. The following changes since commit 26d822ad059dd4839cc6fee2a65714e73cc146e1: nfs-utils: don't try to unload nfsd module (2012-05-01 14:28:47 +0100) are available in the git repository at: git://github.com/kergoth/oe-core external-csl-improvements Christopher Larson (8): csl-versions.inc: capture version in signatures external-csl-toolchain: split out a libstdc++-staticdev package external-csl-toolchain: silence .a/.debug QA warnings external-csl-toolchain: cleanup, simplify, use base_libdir external-csl-toolchain: update SUPPORTED to match toolchain tclibc-eglibc: drop hardcoded locale-base-en-us/en-gb libc-package: rework ''precompiled' locale handling tcmode-external-csl: use the existing precompiled locale files meta/classes/libc-package.bbclass | 96 ++++---- meta/conf/distro/include/csl-versions.inc | 4 + meta/conf/distro/include/tclibc-eglibc.inc | 12 +- meta/conf/distro/include/tcmode-external-csl.inc | 4 + meta/recipes-core/meta/external-csl-toolchain.bb | 68 +++--- .../meta/external-csl-toolchain/SUPPORTED | 257 +++++++++++++++++++- 6 files changed, 346 insertions(+), 95 deletions(-) Christopher Larson (8): csl-versions.inc: capture version in signatures external-csl-toolchain: split out a libstdc++-staticdev package external-csl-toolchain: silence .a/.debug QA warnings external-csl-toolchain: cleanup, simplify, use base_libdir external-csl-toolchain: update SUPPORTED to match toolchain tclibc-eglibc: drop hardcoded locale-base-en-us/en-gb libc-package: rework ''precompiled' locale handling tcmode-external-csl: use the existing precompiled locale files meta/classes/libc-package.bbclass | 96 ++++---- meta/conf/distro/include/csl-versions.inc | 4 + meta/conf/distro/include/tclibc-eglibc.inc | 12 +- meta/conf/distro/include/tcmode-external-csl.inc | 4 + meta/recipes-core/meta/external-csl-toolchain.bb | 68 +++--- .../meta/external-csl-toolchain/SUPPORTED | 257 +++++++++++++++++++- 6 files changed, 346 insertions(+), 95 deletions(-)