From patchwork Wed Jul 11 13:04:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/3] rootfs generation improvements Date: Wed, 11 Jul 2012 13:04:31 -0000 From: Paul Eggleton X-Patchwork-Id: 31753 Message-Id: To: openembedded-core@lists.openembedded.org Fix up handling of "complementary" package installation (dev, dbg, doc, etc.) and introduce a staticdev-pkgs IMAGE_FEATURES feature. I've tested this with all backends using buildhistory to examine the changes to the image contents, and compared the lists of files in the SDK-from-image output with the rpm backend. Unfortunately it does increase the do_rootfs time slightly; one of my next tasks will be to try to do some optimisation here. The following changes since commit b76a7bc8dcb7aed7d6f026e77a226837004c50af: libgomp: add libgomp (openmp) library, and build for powerpc targets by default (2012-07-11 11:35:16 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/rootfs http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/rootfs Paul Eggleton (3): classes/rootfs_deb: use more reliable check for package existence Rework installation of dev, dbg, doc, and locale packages classes/image: add staticdev-pkgs IMAGE_FEATURES feature meta/classes/image.bbclass | 89 ++++++++++++++++++++++----------- meta/classes/package_rpm.bbclass | 74 ++++++++++++++++----------- meta/classes/populate_sdk_deb.bbclass | 2 + meta/classes/populate_sdk_ipk.bbclass | 2 + meta/classes/populate_sdk_rpm.bbclass | 3 ++ meta/classes/rootfs_deb.bbclass | 14 +++--- meta/classes/rootfs_ipk.bbclass | 16 +++--- meta/classes/rootfs_rpm.bbclass | 29 ++++++----- 8 files changed, 144 insertions(+), 85 deletions(-)