]> code.ossystems Code Review - openembedded-core.git/commit
multilib: Drop MULTILIB_IMAGE_INSTALL
authorDongxiao Xu <dongxiao.xu@intel.com>
Tue, 8 Nov 2011 06:19:37 +0000 (14:19 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2012 16:27:13 +0000 (16:27 +0000)
commit4889865934d590bf18d9f8f8ec3b63ce992cd4c5
tree9b80e85ae4160a30ebe16fb94929234d545460cb
parent8bc45d72d3211df9ca846c775524176308027aea
multilib: Drop MULTILIB_IMAGE_INSTALL

There should just be a single IMAGE_INSTALL variable. If the package
backends need this split into different multilib components they should
be responsible for doing this, not the user.

This commit removes the MULTILIB_IMAGE_INSTALL variable.

[YOCTO #1564]

(From OE-Core rev: 7736862a74c92fe1afe42e170822be13117575c2)

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass
meta/classes/multilib.bbclass
meta/classes/package_ipk.bbclass
meta/classes/package_rpm.bbclass
meta/classes/rootfs_ipk.bbclass
meta/classes/rootfs_rpm.bbclass