From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1ThBKe-0003Y8-TG for openembedded-core@lists.openembedded.org; Sat, 08 Dec 2012 04:44:07 +0100 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 07 Dec 2012 19:29:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,242,1355126400"; d="scan'208";a="228287415" Received: from unknown (HELO swold-linux.bigsur.com) ([10.255.13.161]) by azsmga001.ch.intel.com with ESMTP; 07 Dec 2012 19:29:35 -0800 Message-ID: <50C2B41F.2080506@linux.intel.com> Date: Fri, 07 Dec 2012 19:29:35 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Mark Hatle References: In-Reply-To: Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 0/6] Integrate Smart for RPM image generation X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2012 03:44:08 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/04/2012 11:49 AM, Mark Hatle wrote: > The following patch set relies on the previous "Misc fixes" sent out earlier > today. > > The set replaces the existing rootfs generation with one based on Smart. > The work was tested using buildhistory over a wide range of image types: > core-image-minimal > core-image-base > core-image-basic > core-image-lsb > core-image-sato > build-appliance > > Each of which contained minor changes from the former version, but the changes > can all be explained by a different package resolver. > > Multilib configurations of each of the above images were also verified on > qemux86_64 configuration with a few lib32 items added to the mix. This was > shown, by buildhistory, to result in a more compact install solution. > > "populate_sdk" was also verified after this patch. Buildhistory does not > verify SDKs, so these were verified by hand. The target items all appeared > to match the expected image components. > > The incremental RPM installation code was verified as well.. This code was > verified in both multilib and non-multilib configurations. > > Finally, each of these were verified on: qemux86_64, qemumips, qemuppc, qemuarm, > and qemuarm configured w/ hardware float API. This verifies that both the > ARM specific "gnueabi" issues and the _ to - in the arch names both work > properly. > Sanity tests need to be written and exchanged for the now failing zypper sanity tests!! Sau! > The following changes since commit 0c69e555dda2fa412ba12fa90886b0b92dc60e44: > > license.bbclass: Avoid grep error message (2012-12-04 11:10:18 -0600) > > are available in the git repository at: > git://git.yoctoproject.org/poky-contrib mhatle/smart > http://git.yoctoproject.org/cgit.cgi//log/?h=mhatle/smart > > Mark Hatle (4): > rootfs_rpm.bbclass: Revert to default shell logging behavior > package_rpm: Update the way the multilib package names are translated > package_rpm.bbclass: Add additional logging > package_rpm.bbclass: Add support for incremental installs > > Paul Eggleton (2): > classes/*_rpm: integrate Smart into RPM filesystem construction > classes/rootfs_rpm: install smart instead of zypper in rpm-based > images > > meta/classes/package_rpm.bbclass | 691 +++++++++++++-------------------- > meta/classes/populate_sdk_rpm.bbclass | 74 ++--- > meta/classes/rootfs_rpm.bbclass | 86 ++--- > 3 files changed, 338 insertions(+), 513 deletions(-) >