Add cross testing driver for gcc-cross Replaces the patch to relocate gxx headers with upstream submitted one Drop shorten-build-commands eglibc patch since it hinders testing Add a patch to eglibc so it can accomodate gxx headers the way OE installs them Improve the eglibc testing since we needed to override more variables to point to final sysroot
The following changes since commit 3e05acab1c119a3b2a4703ea8729cc768935d36e: license.bbclass: remove bashism (2011-12-16 16:50:39 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib kraj/gcc-cross-testing http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/gcc-cross-testing Khem Raj (4): eglibc-testing: Clean the test before running them gcc-cross: Add cross testing driver for running regression testsuites gcc-4.6: Let G++ relocate gxx-include-dir when using --sysroot option eglibc: Fixes for running regression tests .../eglibc-2.13/shorten-build-commands.patch | 82 --------- .../eglibc-2.13/use-sysroot-cxx-headers.patch | 36 ++++ .../eglibc-2.14/shorten-build-commands.patch | 82 --------- .../eglibc-2.14/use-sysroot-cxx-headers.patch | 36 ++++ meta/recipes-core/eglibc/eglibc-testing.inc | 34 ++++- meta/recipes-core/eglibc/eglibc_2.13.bb | 4 +- meta/recipes-core/eglibc/eglibc_2.14.bb | 4 +- meta/recipes-devtools/gcc/gcc-4.6.inc | 4 +- .../GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch | 189 ++++++++++++++++++-- meta/recipes-devtools/gcc/gcc-configure-cross.inc | 2 +- meta/recipes-devtools/gcc/gcc-configure-sdk.inc | 2 +- meta/recipes-devtools/gcc/gcc-cross.inc | 91 +++++++++- 12 files changed, 373 insertions(+), 193 deletions(-) delete mode 100644 meta/recipes-core/eglibc/eglibc-2.13/shorten-build-commands.patch create mode 100644 meta/recipes-core/eglibc/eglibc-2.13/use-sysroot-cxx-headers.patch delete mode 100644 meta/recipes-core/eglibc/eglibc-2.14/shorten-build-commands.patch create mode 100644 meta/recipes-core/eglibc/eglibc-2.14/use-sysroot-cxx-headers.patch -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
