From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/4] Add gcc cross test driver and improve eglibc testing
Date: Fri, 16 Dec 2011 14:33:27 -0800 [thread overview]
Message-ID: <cover.1324074518.git.raj.khem@gmail.com> (raw)
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
next reply other threads:[~2011-12-16 22:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-16 22:33 Khem Raj [this message]
2011-12-16 22:33 ` [PATCH 1/4] eglibc-testing: Clean the test before running them Khem Raj
2011-12-16 22:33 ` [PATCH 2/4] gcc-cross: Add cross testing driver for running regression testsuites Khem Raj
2011-12-16 22:33 ` [PATCH 3/4] gcc-4.6: Let G++ relocate gxx-include-dir when using --sysroot option Khem Raj
2011-12-16 22:33 ` [PATCH 4/4] eglibc: Fixes for running regression tests Khem Raj
2011-12-19 12:20 ` [PATCH 0/4] Add gcc cross test driver and improve eglibc testing Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1324074518.git.raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox