[OE-core] [MULTILIB_SUBTASK4 0/5] opkg support for multilib

Lianhao Lu lianhao.lu at intel.com
Tue Jul 5 10:51:30 UTC 2011


This series of patches is the subtask 4 of https://wiki.yoctoproject.org/wiki/Multilib.

It is based on the git branch of "poky-contrib/rpurdie/ml".

It added the support to opkg backend to allow install of multilib variant packages, also fixed some other bugs.

The multilib variant packages to be installed should be set in the variable MULTILIB_IMAGE_INSTALL.

The following changes since commit b04ee632eb06650dde3e3ee8c4788a45cae0aa5e:
  Richard Purdie (1):
        multilib: First pass from RP

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib llu/ml
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/ml

Lianhao Lu (5):
  libc-package.bbclass: Replace hard coded libdir.
  classes/multilib.bbclass: Change the SHLIBSDIR.
  multilib/package.bbclass: Set PACKAGE_ARCH for multilib.
  image.bbclass: Added variables for multilib support.
  package(rootfs)_ipk.bbclass: support multilib in opkg backend.

 meta/classes/image.bbclass        |   54 ++++++++++++++++++++++++++++++++++++-
 meta/classes/libc-package.bbclass |    7 +++--
 meta/classes/multilib.bbclass     |   11 ++-----
 meta/classes/package.bbclass      |   11 +++++++
 meta/classes/package_ipk.bbclass  |   51 ++++++++++++++++++++++++++++++++++
 meta/classes/rootfs_ipk.bbclass   |    3 ++
 6 files changed, 125 insertions(+), 12 deletions(-)





More information about the Openembedded-core mailing list