Openembedded Core Discussions
 help / color / mirror / Atom feed
* [wic][PATCH v2 0/9] wic: implement 'include' command
@ 2016-01-19 16:51 Ed Bartosh
  2016-01-19 16:51 ` [wic][PATCH v2 1/9] wic: move wks parsing code to KickStart._parse Ed Bartosh
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Ed Bartosh @ 2016-01-19 16:51 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.

Changes in V2: Fixed forgotten import. Pylinted kspareser.py

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 (9):
  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
  wic: pylinted ksparser module

 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                        | 43 ++++++++++++++++++----
 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, 66 insertions(+), 32 deletions(-)
 create mode 100644 scripts/lib/wic/canned-wks/common.wks.inc

-- 
2.1.4



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

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox