All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <saul.wold@intel.com>
To: Mark Hatle <mark.hatle@windriver.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 0/4] Fix the emenlow build failures and add	optimizations
Date: Tue, 22 Feb 2011 07:51:02 -0800	[thread overview]
Message-ID: <4D63DB66.4030401@intel.com> (raw)
In-Reply-To: <cover.1297832946.git.mark.hatle@windriver.com>

On 02/15/2011 09:12 PM, Mark Hatle wrote:
> 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
>
Pulled into Master

Thanks
	Sau!



      parent reply	other threads:[~2011-02-22 15:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Saul Wold [this message]

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=4D63DB66.4030401@intel.com \
    --to=saul.wold@intel.com \
    --cc=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.