]> code.ossystems Code Review - openembedded-core.git/commit
multilib: install MULTILIB_IMAGE_INSTALL
authorDongxiao Xu <dongxiao.xu@intel.com>
Fri, 9 Sep 2011 13:30:08 +0000 (21:30 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Sep 2011 12:32:33 +0000 (13:32 +0100)
commita94cc552dc764d3cc83ea638cb08b9a2a8829d2f
treec32c0754eec6999c51c3a7be0a1b1c74adbb8032
parent921f984aa65e23d5a8ec5c2e58a96cb8a4790b5d
multilib: install MULTILIB_IMAGE_INSTALL

If user set MULTILIB_IMAGE_INSTALL, we need to install those multitlib
packages into the final image.

Also fix the logic in handling multilib prefix. For certain case like a
normal image contains several multilib libraries, the image recipe isn't
extended with MLPREFIX, therefore we need to enumerate the possible
multilib prefixes and compare them with package prefixes.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/classes/package_rpm.bbclass
meta/classes/rootfs_rpm.bbclass