From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/8] Multilib core enablement patches
Date: Tue, 26 Jul 2011 22:53:09 +0100 [thread overview]
Message-ID: <cover.1311716946.git.richard.purdie@linuxfoundation.org> (raw)
This patch series forms the core multilib enablement for OE-Core. The first patch
adds the main class which can be enabled as per the local.conf.sample code.
The following patches are various misc multilib related tweaks the system needed.
Following this series, the tune changes I posted earlier and Mark's header changes,
the only remaining piece is the package manager integration. I'll post those as a
separate follow on series but those are likely still in need of some tweaks before
merging.
The patches are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rpurdie/ml4
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rpurdie/ml4
Dongxiao Xu (1):
distcc: fix makefile parameter order
Mark Hatle (1):
RPM: multilib file class/color
Richard Purdie (2):
multilib: Add support for compiling recipes against multiple ABIs
lib/oe/util.py: Add MLPREFIX support to prune_suffix()
Yu Ke (4):
do_split_packages: revise for multilib case
eglibc: fix for multilib RPROVIDES issue
cmake.bbclass: add ${libdir}} for multilib case
linux-yocto: revise the dependency for multilib
meta/classes/autotools.bbclass | 2 +-
meta/classes/cmake.bbclass | 2 +-
meta/classes/insane.bbclass | 3 +-
meta/classes/multilib.bbclass | 87 ++++++++++++++++++++
meta/classes/package.bbclass | 15 ++++
meta/conf/bitbake.conf | 1 +
meta/conf/local.conf.sample | 5 +
meta/conf/multilib.conf | 24 ++++++
meta/lib/oe/utils.py | 7 ++-
meta/recipes-core/dbus/dbus.inc | 8 +-
meta/recipes-core/eglibc/eglibc-package.inc | 2 +-
meta/recipes-devtools/distcc/distcc_2.18.3.bb | 3 +-
.../distcc/files/makefile-param-order.patch | 20 +++++
meta/recipes-devtools/gcc/libgcc_4.6.bb | 6 +-
meta/recipes-devtools/rpm/rpm/rpm-fileclass.patch | 34 ++++++++
meta/recipes-devtools/rpm/rpm_5.4.0.bb | 1 +
meta/recipes-kernel/linux/linux-tools.inc | 2 +-
17 files changed, 207 insertions(+), 15 deletions(-)
create mode 100644 meta/classes/multilib.bbclass
create mode 100644 meta/conf/multilib.conf
create mode 100644 meta/recipes-devtools/distcc/files/makefile-param-order.patch
create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-fileclass.patch
--
1.7.4.1
next reply other threads:[~2011-07-26 21:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-26 21:53 Richard Purdie [this message]
2011-07-26 21:53 ` [PATCH 1/8] multilib: Add support for compiling recipes against multiple ABIs Richard Purdie
2011-08-01 16:30 ` Phil Blundell
2011-08-01 17:00 ` Richard Purdie
2011-07-26 21:53 ` [PATCH 2/8] lib/oe/util.py: Add MLPREFIX support to prune_suffix() Richard Purdie
2011-07-26 21:53 ` [PATCH 3/8] do_split_packages: revise for multilib case Richard Purdie
2011-07-26 21:53 ` [PATCH 4/8] eglibc: fix for multilib RPROVIDES issue Richard Purdie
2011-07-26 21:53 ` [PATCH 5/8] cmake.bbclass: add ${libdir}} for multilib case Richard Purdie
2011-07-26 21:53 ` [PATCH 6/8] linux-yocto: revise the dependency for multilib Richard Purdie
2011-07-26 21:53 ` [PATCH 7/8] distcc: fix makefile parameter order Richard Purdie
2011-07-26 21:53 ` [PATCH 8/8] RPM: multilib file class/color 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.1311716946.git.richard.purdie@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--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