From: Mark Hatle <mark.hatle@windriver.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/4] Fix the emenlow build failures and add optimizations
Date: Tue, 15 Feb 2011 23:12:39 -0600 [thread overview]
Message-ID: <cover.1297832946.git.mark.hatle@windriver.com> (raw)
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
next reply other threads:[~2011-02-16 5:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-16 5:12 Mark Hatle [this message]
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
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.1297832946.git.mark.hatle@windriver.com \
--to=mark.hatle@windriver.com \
--cc=poky@yoctoproject.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 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.