All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/8] wic: implement 'include' command
Date: Tue, 19 Jan 2016 17:38:52 +0200	[thread overview]
Message-ID: <cover.1453217537.git.ed.bartosh@linux.intel.com> (raw)

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



             reply	other threads:[~2016-01-19 17:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-19 15:38 Ed Bartosh [this message]
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

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.1453217537.git.ed.bartosh@linux.intel.com \
    --to=ed.bartosh@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.