]> 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>
Tue, 8 Nov 2011 14:32:45 +0000 (14:32 +0000)
commit7736862a74c92fe1afe42e170822be13117575c2
treecc41e1e2adbff0fecb70e786cde9d9d52132abb7
parent1f4028337d5e288e239f44ef34e1d707b785273e
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]

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