Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/8] Multilib core enablement patches
@ 2011-07-26 21:53 Richard Purdie
  2011-07-26 21:53 ` [PATCH 1/8] multilib: Add support for compiling recipes against multiple ABIs Richard Purdie
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Richard Purdie @ 2011-07-26 21:53 UTC (permalink / raw)
  To: openembedded-core

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




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-08-01 17:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26 21:53 [PATCH 0/8] Multilib core enablement patches Richard Purdie
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox