Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Tom Zanussi <tom.zanussi@linux.intel.com>
To: philip@balister.org, maciej.borzecki@open-rnd.pl,
	openembedded-core@lists.openembedded.org
Cc: Tom Zanussi <tom.zanussi@linux.intel.com>
Subject: [PATCH 0/6] some wic bugfixes
Date: Wed, 29 Oct 2014 17:04:20 -0500	[thread overview]
Message-ID: <cover.1414618765.git.tom.zanussi@linux.intel.com> (raw)

This patchset fixes a couple serious wic bugs:

[YOCTO #6863] - Wic fails to create a working image for a large file system
[YOCTO #6290] - Update WIC for gummiboot

I generated core-image-sdk images for each of the wic image types and
was able to fsck/mount the resulting filesystems.

These should be applied to the next dizzy point release.

The following changes since commit cf82c6756bad8f7a5edc92ce513e02816b88efb3:

  bitbake: prserv: don't wait until exit to sync (2014-10-28 15:00:39 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib.git tzanussi/wic-bugfixes-v1
  http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/wic-bugfixes-v1

Tom Zanussi (6):
  wic: Don't allow mkfs to fail silently in partition command
  wic: Use overhead factor when creating partitions from rootfs
    directories
  wic: Update the help text to include -D (--debug)
  Revert "wic: set bootimg_dir when using image-name artifacts"
  wic: Remove special-case bootimg_dir
  wic: Update bootimg-partition to use bootimg_dir

 scripts/lib/image/engine.py                        | 42 +++++-----------------
 scripts/lib/image/help.py                          | 23 ++++++++----
 scripts/lib/wic/imager/direct.py                   |  5 +--
 .../lib/wic/kickstart/custom_commands/partition.py | 24 +++++++++----
 scripts/lib/wic/plugins/imager/direct_plugin.py    | 20 +++++------
 scripts/lib/wic/plugins/source/bootimg-efi.py      |  5 ++-
 .../lib/wic/plugins/source/bootimg-partition.py    |  9 +++--
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   |  3 +-
 scripts/lib/wic/utils/oe/misc.py                   |  1 +
 scripts/wic                                        | 13 +++----
 10 files changed, 68 insertions(+), 77 deletions(-)

-- 
1.9.3



             reply	other threads:[~2014-10-29 22:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-29 22:04 Tom Zanussi [this message]
2014-10-29 22:04 ` [PATCH 1/6] wic: Don't allow mkfs to fail silently in partition command Tom Zanussi
2014-10-29 22:04 ` [PATCH 2/6] wic: Use overhead factor when creating partitions from rootfs directories Tom Zanussi
2014-10-29 22:04 ` [PATCH 3/6] wic: Update the help text to include -D (--debug) Tom Zanussi
2014-10-29 22:04 ` [PATCH 4/6] Revert "wic: set bootimg_dir when using image-name artifacts" Tom Zanussi
2014-10-29 22:04 ` [PATCH 5/6] wic: Remove special-case bootimg_dir Tom Zanussi
2014-10-29 22:04 ` [PATCH 6/6] wic: Update bootimg-partition to use bootimg_dir Tom Zanussi
2014-10-30  9:27 ` [PATCH 0/6] some wic bugfixes Maciej Borzecki

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.1414618765.git.tom.zanussi@linux.intel.com \
    --to=tom.zanussi@linux.intel.com \
    --cc=maciej.borzecki@open-rnd.pl \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=philip@balister.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox