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 updates: Initial source plugin implementation
Date: Mon, 3 Feb 2014 19:16:57 -0600 [thread overview]
Message-ID: <cover.1391476329.git.tom.zanussi@linux.intel.com> (raw)
This patchset implements wic 'source plugins', basically a generalization
of the existing --source params to wic .wks commands.
The following changes since commit 358dd840c53e2e69e668a6d5da04eb3da3769ba3:
sstate-cache-management.sh: don't remove all packagedata sstate archives (2014-02-02 11:30:34 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib.git tzanussi/wic-plugins-v0
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/wic-plugins-v0
Tom Zanussi (7):
wic: Move some common items to oe.misc
wic: Create and use new functions for getting bitbake variables
wic: Add wic-specific bootloader subclass
wic: Add SourcePlugin class
wic: Add BootimgEFIPlugin and BootimgPcbiosPlugin
wic: Hook up BootimgEFIPlugin and BootimgPcbiosPlugin plugins
wic: Hook up --debug option
scripts/lib/image/canned-wks/directdisk.wks | 2 +-
scripts/lib/image/canned-wks/mkefidisk.wks | 2 +-
scripts/lib/image/engine.py | 28 +--
scripts/lib/mic/imager/direct.py | 198 +++++----------------
scripts/lib/mic/kickstart/__init__.py | 4 +-
.../lib/mic/kickstart/custom_commands/partition.py | 155 ++++------------
.../lib/mic/kickstart/custom_commands/wicboot.py | 57 ++++++
scripts/lib/mic/plugin.py | 23 ++-
scripts/lib/mic/pluginbase.py | 55 +++++-
scripts/lib/mic/plugins/source/bootimg-efi.py | 161 +++++++++++++++++
scripts/lib/mic/plugins/source/bootimg-pcbios.py | 187 +++++++++++++++++++
scripts/lib/mic/utils/oe/misc.py | 28 +++
scripts/wic | 17 +-
13 files changed, 618 insertions(+), 299 deletions(-)
create mode 100644 scripts/lib/mic/kickstart/custom_commands/wicboot.py
create mode 100644 scripts/lib/mic/plugins/source/bootimg-efi.py
create mode 100644 scripts/lib/mic/plugins/source/bootimg-pcbios.py
--
1.8.3.1
next reply other threads:[~2014-02-04 1:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-04 1:16 Tom Zanussi [this message]
2014-02-04 1:16 ` [PATCH 1/7] wic: Move some common items to oe.misc Tom Zanussi
2014-02-04 1:16 ` [PATCH 2/7] wic: Create and use new functions for getting bitbake variables Tom Zanussi
2014-02-04 1:16 ` [PATCH 3/7] wic: Add wic-specific bootloader subclass Tom Zanussi
2014-02-04 1:16 ` [PATCH 4/7] wic: Add SourcePlugin class Tom Zanussi
2014-02-04 1:16 ` [PATCH 5/7] wic: Add BootimgEFIPlugin and BootimgPcbiosPlugin Tom Zanussi
2014-02-04 1:16 ` [PATCH 6/7] wic: Hook up BootimgEFIPlugin and BootimgPcbiosPlugin plugins Tom Zanussi
2014-02-04 1:17 ` [PATCH 7/7] wic: Hook up --debug option 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.1391476329.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.