Hi Richard and Mark, This is the second version of RFC to fix multilib related issue to RPM, includes:
1) Add architecture information in RPM spec file to fix bug 1457. 2) Define override for MACHINE to avoid confliction with normal recipe in deploy folder. 3) Add MULTILIB_IMAGE_INSTALL in the package installation list. We have another patch related with local.conf.sample.extended, which will be sent to [email protected]. Change from v1: 1) we define MACHINE override for multilib instead of add MLPREFIX in front of MACHINE_ARCH. The following changes since commit 8df322abfd3fa8c460fd73c83c1ef0b5e419dc11: core-image-minimal: Add missing POKY_EXTRA_IMAGE variable (2011-09-14 01:27:08 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib dxu4/ml2 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/ml2 Dongxiao Xu (3): package_rpm: add architecture info in rpm spec file rootfs_rpm: Use specific MACHINE_ARCH for multilib recipes multilib: install MULTILIB_IMAGE_INSTALL meta/classes/multilib.bbclass | 1 + meta/classes/package_rpm.bbclass | 78 +++++++++++++++++++++++++++++++------- meta/classes/rootfs_rpm.bbclass | 7 +++ 3 files changed, 72 insertions(+), 14 deletions(-) _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
