[OE-core] [PATCH 0/3] Added multilib support for DEBIAN_NAME

Lianhao Lu lianhao.lu at intel.com
Fri Sep 16 13:01:50 UTC 2011


This series of patches is meant to fix bug [YOCTO #1486].

It added multilib support in package_name_hook() so MLPREFIX is kept in the 
package name after the debian package renaming. 

It changed the logic of multilib_sanity_check() that all the equal duplicated files 
from different multilib variants are allowed to be installed into the same rootfs.

It also fixed several recipes to support the multilib in debian package renaming.

The following changes since commit bb4dad44432b2e40ac3cf16baa45befbae3e70f5:
  Darren Hart (1):
        Prevent IMAGE_FEATURES from contaminating initrd

are available in the git repository at:

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

Lianhao Lu (3):
  debian/_ipk.bbclass: Added multilib support for package_name_hook()
  Misc: Added MLPREFIX to final pkg names in case of DEBIAN_NAMES.
  image/package.bbclass: Revise multilib support for DEBIAN_NAME.

 meta/classes/debian.bbclass                    |    4 ++++
 meta/classes/image.bbclass                     |   17 +++++------------
 meta/classes/package.bbclass                   |    2 +-
 meta/classes/package_ipk.bbclass               |    1 +
 meta/classes/rootfs_ipk.bbclass                |    2 +-
 meta/recipes-core/libxml/libxml2.inc           |    2 +-
 meta/recipes-core/libxml/libxml2_2.7.8.bb      |    2 +-
 meta/recipes-gnome/gtk+/gtk+_2.12.7.bb         |    4 ++--
 meta/recipes-gnome/gtk+/gtk+_2.16.6.bb         |    4 ++--
 meta/recipes-gnome/gtk+/gtk+_2.22.1.bb         |    4 ++--
 meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb |    4 ++--
 11 files changed, 22 insertions(+), 24 deletions(-)





More information about the Openembedded-core mailing list