All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/5] Fixes for image construction
Date: Wed, 28 Jan 2015 11:54:39 +0000	[thread overview]
Message-ID: <cover.1422445957.git.paul.eggleton@linux.intel.com> (raw)

The following changes since commit 2a775ebbb175dd70fc7228607c306d4ccb9e4ba4:

  net-tools: Fix rerunning of do_patch task (2015-01-23 14:32:40 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/imagefixes
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/imagefixes

Paul Eggleton (5):
  classes/image: drop unused default of MACHINE_POSTPROCESS_COMMAND
  lib/oe/rootfs.py: rename _uninstall_uneeded to fix spelling error
  classes/image: skip recipe on invalid IMAGE_FEATURES item
  classes/image: ensure uninstalled packages do not appear in manifests
  lib/oe/image.py: add error checking for missing IMAGE_CMD

 meta/classes/buildhistory.bbclass |  5 ++--
 meta/classes/image.bbclass        |  8 ++++--
 meta/lib/oe/image.py              |  6 +++-
 meta/lib/oe/rootfs.py             | 59 +++++++++++++++++++++------------------
 4 files changed, 45 insertions(+), 33 deletions(-)

-- 
1.9.3



             reply	other threads:[~2015-01-28 11:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-28 11:54 Paul Eggleton [this message]
2015-01-28 11:54 ` [PATCH 1/5] classes/image: drop unused default of MACHINE_POSTPROCESS_COMMAND Paul Eggleton
2015-01-28 11:54 ` [PATCH 2/5] lib/oe/rootfs.py: rename _uninstall_uneeded to fix spelling error Paul Eggleton
2015-01-28 11:54 ` [PATCH 3/5] classes/image: skip recipe on invalid IMAGE_FEATURES item Paul Eggleton
2015-01-28 11:54 ` [PATCH 4/5] classes/image: ensure uninstalled packages do not appear in manifests Paul Eggleton
2015-01-28 11:54 ` [PATCH 5/5] lib/oe/image.py: add error checking for missing IMAGE_CMD Paul Eggleton

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.1422445957.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 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.