All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix the emenlow build failures and add optimizations
@ 2011-02-16  5:12 Mark Hatle
  2011-02-16  5:12 ` [PATCH 1/4] rpm: Add the ability to use the platform file during install Mark Hatle
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mark Hatle @ 2011-02-16  5:12 UTC (permalink / raw)
  To: poky

We patch 1/4 fixes the emenlow build failure without adding any system optimizations.

This rootfs generation takes approx 11m42 on my machine.

Patch 2/4 adds a backport of head of tree RPM "nofsync" change.  This drops the
overall rootfs generation time to approx 6m38.

Patch 3/4 disables default shell debug logging during image creation.

Patch 4/4 fixes a problem where the solverdb's could be generated multiple times.
We now only generate the solvedb ONCE.  This drops the overall rootfs generation
time to 6m16.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: mhatle/emenlow-fix
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/emenlow-fix

Thanks,
    Mark Hatle <mark.hatle@windriver.com>
---


Mark Hatle (4):
  rpm: Add the ability to use the platform file during install
  rpm: Avoid fsync when writing files
  image.bbclass: Disable shell debug messages
  package_rpm: Fix solverdb generation

 meta/classes/image.bbclass                       |    2 +-
 meta/classes/package_rpm.bbclass                 |   47 +++++---
 meta/classes/populate_sdk_rpm.bbclass            |    7 +-
 meta/classes/rootfs_rpm.bbclass                  |    9 +-
 meta/recipes-devtools/rpm/rpm/rpm-nofsync.patch  |   34 ++++++
 meta/recipes-devtools/rpm/rpm/rpm-platform.patch |  132 ++++++++++++++++++++++
 meta/recipes-devtools/rpm/rpm/rpm-showrc.patch   |   23 ++++
 meta/recipes-devtools/rpm/rpm_5.4.0.bb           |    9 +-
 8 files changed, 234 insertions(+), 29 deletions(-)
 create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-nofsync.patch
 create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-platform.patch
 create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-showrc.patch

-- 
1.7.3.4



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

end of thread, other threads:[~2011-02-22 15:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16  5:12 [PATCH 0/4] Fix the emenlow build failures and add optimizations Mark Hatle
2011-02-16  5:12 ` [PATCH 1/4] rpm: Add the ability to use the platform file during install Mark Hatle
2011-02-16  5:12 ` [PATCH 2/4] rpm: Avoid fsync when writing files Mark Hatle
2011-02-16  5:12 ` [PATCH 3/4] image.bbclass: Disable shell debug messages Mark Hatle
2011-02-16  5:12 ` [PATCH 4/4] package_rpm: Fix solverdb generation Mark Hatle
2011-02-22 15:51 ` [PATCH 0/4] Fix the emenlow build failures and add optimizations Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.