From patchwork Tue Nov 8 06:19:36 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1,PULL] multilib: drop MULTILIB_IMAGE_INSTALL variable. Date: Tue, 08 Nov 2011 06:19:36 -0000 From: Dongxiao Xu X-Patchwork-Id: 14485 Message-Id: To: openembedded-core@lists.openembedded.org Hi Richard, This pull request is to remove the MULTILIB_IMAGE_INSTALL variable, please help to review and pull. I tested build and runtime with both rpm and ipk packaging for following scenarios: 1) lib64-core-image-sato on qemux86-64. 2) lib32-core-image-sato on qemux86. 3) lib32-core-image-sato on qemux86-64. 4) lib64-core-image-sato on qemux86 (buildable, but not runnable). 5) core-image-sato on qemux86-64 with lib32-connman. Thanks, Dongxiao The following changes since commit 0809f98e995d3a2ce24ad25bade3dcd5154061fd: lighttpd 1.4.29: rename index.html to avoid clashes with DL_DIR (2011-11-07 14:03:38 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib dxu4/multilib http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/multilib Dongxiao Xu (1): multilib: Drop MULTILIB_IMAGE_INSTALL meta/classes/image.bbclass | 4 +--- meta/classes/multilib.bbclass | 5 ++--- meta/classes/package_ipk.bbclass | 31 ++++++++++++++++++++++++++++--- meta/classes/package_rpm.bbclass | 37 +++++++++---------------------------- meta/classes/rootfs_ipk.bbclass | 3 +-- meta/classes/rootfs_rpm.bbclass | 3 +-- 6 files changed, 42 insertions(+), 41 deletions(-)