From: Tom Zanussi <tom.zanussi@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Cc: Tom Zanussi <tom.zanussi@linux.intel.com>
Subject: [PATCH 0/7] wic: Add gummiboot support
Date: Mon, 11 Aug 2014 20:35:38 -0500 [thread overview]
Message-ID: <cover.1407806939.git.tom.zanussi@linux.intel.com> (raw)
This add gummiboot support to wic. It also adds a new --sourceparams
variable to the partition command, allowing plugins to be
parameterized. The BootImgEFIPlugin makes use of it to support
multiple loaders.
The following changes since commit 0f24d9c569db733b4f63803ee4a9c12ec1789791:
SIGGEN_EXCLUDERECIPES_ABISAFE: add initscripts (2014-08-11 17:44:12 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib.git tzanussi/wic-gummiboot-v1
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/wic-gummiboot-v1
Tom Zanussi (7):
wic: Add '--sourceparams' partition option
wic: Add utility function for parsing sourceparams
wic: Add sourceparam param to partition plugin methods
wic: Parse and pass sourceparams to partition plugin methods
wic: Add gummiboot support to bootimg-efi
wic: Add sourceparams to mkefidisk.wks
wic: Add mkgummidisk kickstart file
scripts/lib/image/canned-wks/mkefidisk.wks | 2 +-
scripts/lib/image/canned-wks/mkgummidisk.wks | 11 ++
.../lib/wic/kickstart/custom_commands/partition.py | 20 +++-
scripts/lib/wic/pluginbase.py | 15 +--
scripts/lib/wic/plugins/source/bootimg-efi.py | 117 +++++++++++++++++----
scripts/lib/wic/plugins/source/bootimg-pcbios.py | 10 +-
scripts/lib/wic/plugins/source/rootfs.py | 5 +-
scripts/lib/wic/utils/oe/misc.py | 23 ++++
8 files changed, 164 insertions(+), 39 deletions(-)
create mode 100644 scripts/lib/image/canned-wks/mkgummidisk.wks
--
1.8.3.1
next reply other threads:[~2014-08-12 1:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-12 1:35 Tom Zanussi [this message]
2014-08-12 1:35 ` [PATCH 1/7] wic: Add '--sourceparams' partition option Tom Zanussi
2014-08-12 1:35 ` [PATCH 2/7] wic: Add utility function for parsing sourceparams Tom Zanussi
2014-08-12 1:35 ` [PATCH 3/7] wic: Add sourceparam param to partition plugin methods Tom Zanussi
2014-08-12 1:35 ` [PATCH 4/7] wic: Parse and pass sourceparams " Tom Zanussi
2014-08-12 1:35 ` [PATCH 5/7] wic: Add gummiboot support to bootimg-efi Tom Zanussi
2014-08-12 1:35 ` [PATCH 6/7] wic: Add sourceparams to mkefidisk.wks Tom Zanussi
2014-08-12 1:35 ` [PATCH 7/7] wic: Add mkgummidisk kickstart file Tom Zanussi
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.1407806939.git.tom.zanussi@linux.intel.com \
--to=tom.zanussi@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.