From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R8klo-0004g6-86 for openembedded-core@lists.openembedded.org; Wed, 28 Sep 2011 05:25:16 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 27 Sep 2011 20:19:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.68,453,1312182000"; d="scan'208";a="68129004" Received: from dongxiao-osel.sh.intel.com (HELO localhost) ([10.239.36.52]) by fmsmga001.fm.intel.com with ESMTP; 27 Sep 2011 20:19:47 -0700 From: Dongxiao Xu To: openembedded-core@lists.openembedded.org Date: Wed, 28 Sep 2011 11:27:55 +0800 Message-Id: X-Mailer: git-send-email 1.7.1 Subject: [PATCH 0/5][PULL] multilib: bug fixes related with RPM backend X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2011 03:25:16 -0000 Hi Richard, This pull request is to fix several multilib bugs related with RPM backend, please help to review and pull. I've done a round of multilib testing agasint: - lib32 sato image on qemux86 machine - lib32 sato image on qemux86-64 machine - lib64 sato image on qemux86-64 machine - lib64 sato image on qemux86 machine - sato image on qemux86-64 with several lib32 packages (lib32-connman) All the above test cases can pass the build and most can successfully boot up (except for the lib64 on qemux86). Therefore the following bugs could be addressed: [YOCTO #1496] [YOCTO #1497] [YOCTO #1498] [YOCTO #1527] Thanks, Dongxiao The following changes since commit 684a4b517d13884c315688967fadd5e6a4845b71: libffi: really populate -dev package (2011-09-26 20:50:27 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib dxu4/ml http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/ml Dongxiao Xu (5): multilib.bbclass: map RDEPENDS and LINGUAS_INSTALL for image recipes multilib: remove the multilib handling to allarch multilib: add MLPREFIX to deploy folder tune-i586: fix hardcoded TUNE_PKGARCH package_rpm: combine normal and multilib solution manifest together meta/classes/multilib.bbclass | 12 +++++------- meta/classes/multilib_global.bbclass | 2 +- meta/classes/package_rpm.bbclass | 15 +++++++++++---- meta/classes/rootfs_rpm.bbclass | 2 +- meta/conf/machine/include/tune-i586.inc | 3 ++- meta/conf/multilib.conf | 7 +++++++ .../python/python-pygobject_2.27.91.bb | 2 +- 7 files changed, 28 insertions(+), 15 deletions(-)