From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/6] rootfs generation improvements v4
Date: Thu, 26 Jul 2012 00:03:12 +0100 [thread overview]
Message-ID: <cover.1343256969.git.paul.eggleton@linux.intel.com> (raw)
Fix up handling of "complementary" package installation (dev, dbg, doc,
etc.) and introduce a staticdev-pkgs IMAGE_FEATURES feature.
Changes since the brown paper bag patchset that was v3:
* Remove bogus clearing of IMAGE_FEATURES in core-image-minimal
* Fix broken fix for errors with the ipk and deb backends if no
complementary packages need to be installed that prevented it from
actually installing anything (!)
The following changes since commit 4148bc80c008d25c8a536c7c7dfdeac1669a6662:
libgcc: Add missing dependency on libc:do_package (2012-07-24 10:12:08 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/rootfs2
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/rootfs2
Andrei Gherzan (1):
package.bbclass: Create symlinks for packages with different packaged
name
Paul Eggleton (5):
classes/rootfs_rpm: improve speed of RPM rootfs construction
classes/package_deb: add PackageArch field
Rework installation of dev, dbg, doc, and locale packages
classes/image: add staticdev-pkgs IMAGE_FEATURES feature
buildhistory: improve performance of image info collection
meta/classes/buildhistory.bbclass | 51 ++-
meta/classes/image.bbclass | 93 ++---
meta/classes/license.bbclass | 2 +-
meta/classes/package.bbclass | 6 +-
meta/classes/package_deb.bbclass | 1 +
meta/classes/package_rpm.bbclass | 183 +++++-----
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 | 51 ++-
meta/classes/rootfs_ipk.bbclass | 50 ++-
meta/classes/rootfs_rpm.bbclass | 69 ++--
meta/recipes-devtools/rpm/rpmresolve/rpmresolve.c | 376 +++++++++++++++++++++
meta/recipes-devtools/rpm/rpmresolve_1.0.bb | 22 ++
scripts/oe-pkgdata-util | 167 +++++++++
scripts/opkg-query-helper.py | 76 +++++
16 files changed, 889 insertions(+), 265 deletions(-)
create mode 100644 meta/recipes-devtools/rpm/rpmresolve/rpmresolve.c
create mode 100644 meta/recipes-devtools/rpm/rpmresolve_1.0.bb
create mode 100755 scripts/oe-pkgdata-util
create mode 100755 scripts/opkg-query-helper.py
--
1.7.9.5
next reply other threads:[~2012-07-25 23:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-25 23:03 Paul Eggleton [this message]
2012-07-25 23:03 ` [PATCH 1/6] package.bbclass: Create symlinks for packages with different packaged name Paul Eggleton
2012-07-25 23:03 ` [PATCH 2/6] classes/rootfs_rpm: improve speed of RPM rootfs construction Paul Eggleton
2012-07-25 23:03 ` [PATCH 3/6] classes/package_deb: add PackageArch field Paul Eggleton
2012-07-25 23:03 ` [PATCH 4/6] Rework installation of dev, dbg, doc, and locale packages Paul Eggleton
2012-07-25 23:03 ` [PATCH 5/6] classes/image: add staticdev-pkgs IMAGE_FEATURES feature Paul Eggleton
2012-07-25 23:03 ` [PATCH 6/6] buildhistory: improve performance of image info collection Paul Eggleton
2012-07-29 9:33 ` [PATCH 0/6] rootfs generation improvements v4 Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1343256969.git.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox