[OE-core] [PATCH 0/3][RFC] rpm: multilib related fixes

Dongxiao Xu dongxiao.xu at intel.com
Mon Sep 12 08:33:58 UTC 2011


Hi Richard and Mark,

This pull request is to fix several multilib related issues to rpm, includes:

1) Add architecture information in RPM spec file to fix bug 1457.
2) For recipes with MACHINE_ARCH as PACKAGE_ARCH, the deploy folder is defined as tmp/deploy/lib32(64)-${MACHINE_ARCH} to avoid confliction with normal recipe deploy folder.
3) Add MULTILIB_IMAGE_INSTALL in the package installation list.

Please help to review them.

Thanks,
Dongxiao

Dongxiao Xu (3):
  package_rpm: add architecture info in rpm spec file
  rpm: add multilib prefix for archs under deploy/rpm
  multilib: install MULTILIB_PACKAGE_INSTALL

 meta/classes/multilib.bbclass    |    6 +++
 meta/classes/package_rpm.bbclass |   78 +++++++++++++++++++++++++++++++-------
 meta/classes/rootfs_rpm.bbclass  |    8 +++-
 3 files changed, 77 insertions(+), 15 deletions(-)





More information about the Openembedded-core mailing list