All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] wic updates: Initial source plugin implementation
@ 2014-02-04  1:16 Tom Zanussi
  2014-02-04  1:16 ` [PATCH 1/7] wic: Move some common items to oe.misc Tom Zanussi
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Tom Zanussi @ 2014-02-04  1:16 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tom Zanussi

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-02-04  1:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-04  1:16 [PATCH 0/7] wic updates: Initial source plugin implementation Tom Zanussi
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

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.