All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] wic: implement 'include' command
@ 2016-01-19 15:38 Ed Bartosh
  2016-01-19 15:38 ` [PATCH 1/8] wic: move wks parsing code to KickStart._parse Ed Bartosh
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Ed Bartosh @ 2016-01-19 15:38 UTC (permalink / raw)
  To: openembedded-core

Hi,

Please review the implementation of 'include' command in
wks parser.

This patchset depends on my previous patchset 'wic: kickstart fixes' which
is in toaster-next, so I rebased this one on top of toaster-next.

The following changes since commit 429137c9d785be79816029b987d6102978e936e0:

  classes/populate_sdk_ext: fix task dependency regression (2016-01-18 15:06:01 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/wic/kickstart-include-8848
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/wic/kickstart-include-8848

Ed Bartosh (8):
  wic: move wks parsing code to KickStart._parse
  wic: use unique partition number
  wic: do not remove build dir in source plugins
  wic: ksparser: add support for include
  wic: refactor get_boot_config
  wic: implement search of includes
  wic: move parts of canned .wks into common.wks.inc
  wic: add help for 'include' command

 scripts/lib/wic/canned-wks/common.wks.inc          |  3 +++
 .../canned-wks/directdisk-bootloader-config.wks    |  4 +---
 scripts/lib/wic/canned-wks/directdisk.wks          |  4 +---
 scripts/lib/wic/canned-wks/qemux86-directdisk.wks  |  4 +---
 scripts/lib/wic/help.py                            | 14 ++++++++++++
 scripts/lib/wic/imager/direct.py                   |  3 +++
 scripts/lib/wic/ksparser.py                        | 26 ++++++++++++++++++++--
 scripts/lib/wic/plugins/source/bootimg-efi.py      |  2 --
 .../lib/wic/plugins/source/bootimg-partition.py    |  3 ---
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   |  2 --
 scripts/lib/wic/utils/misc.py                      | 16 ++++++-------
 11 files changed, 54 insertions(+), 27 deletions(-)
 create mode 100644 scripts/lib/wic/canned-wks/common.wks.inc

--
Regards,
Ed



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

end of thread, other threads:[~2016-01-19 17:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19 15:38 [PATCH 0/8] wic: implement 'include' command Ed Bartosh
2016-01-19 15:38 ` [PATCH 1/8] wic: move wks parsing code to KickStart._parse Ed Bartosh
2016-01-19 15:38 ` [PATCH 2/8] wic: use unique partition number Ed Bartosh
2016-01-19 15:38 ` [PATCH 3/8] wic: do not remove build dir in source plugins Ed Bartosh
2016-01-19 15:38 ` [PATCH 4/8] wic: ksparser: add support for include Ed Bartosh
2016-01-19 15:38 ` [PATCH 5/8] wic: refactor get_boot_config Ed Bartosh
2016-01-19 15:38 ` [PATCH 6/8] wic: implement search of includes Ed Bartosh
2016-01-19 15:38 ` [PATCH 7/8] wic: move parts of canned .wks into common.wks.inc Ed Bartosh
2016-01-19 15:39 ` [PATCH 8/8] wic: add help for 'include' command Ed Bartosh

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.