Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] rootfs generation improvements v4
@ 2012-07-25 23:03 Paul Eggleton
  2012-07-25 23:03 ` [PATCH 1/6] package.bbclass: Create symlinks for packages with different packaged name Paul Eggleton
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Paul Eggleton @ 2012-07-25 23:03 UTC (permalink / raw)
  To: openembedded-core

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




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-07-29  9:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-25 23:03 [PATCH 0/6] rootfs generation improvements v4 Paul Eggleton
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox