Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v2 00/17] Build wic images with bitbake
Date: Tue, 25 Aug 2015 12:04:19 +0300	[thread overview]
Message-ID: <cover.1440492980.git.ed.bartosh@linux.intel.com> (raw)

Hi Reviewers,

This patchset adds new image type 'wic' to the list of image types
supported by bitbake. This should allow to build partitioned image
the same way as any other images.

New image type can be used in image recipes almost the same way as other
image types. There is just one difference - <image>[.<machine>].wks file
should be put to the same location as image recipe.

To enable this functionality I've implemented generating .env files with
bitbake variables and reading them by wic. This seems to be the only way
to get bitbake variables in wic when it's run by bitbake as running
'bitbake -e' is not possible as bitbake is locked.

Test cases for new functionality and small improvements are also included
into this patchset.

Changes in V2:
- Fixed typo in the comment. Thanks Mario!
- Rebased on fresh master

The following changes since commit bb34181b42b62e0476ba9e12f9125ed9f785cf23:

  bitbake: lib/bb/main: avoid importing all server/UI modules on every execution (2015-08-24 23:47:07 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/wic/wic-image-type
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/wic/wic-image-type

Ed Bartosh (17):
  image.py: write bitbake variables to .env file
  oe-selftest: test generation of <image>.env
  wic: remove undescore from function name
  wic: add BitbakeVars class
  wic: create new method _parse_line
  wic: add default_image attribute to BitbakeVars
  wic: set default image
  wic: implement getting variables from .env files
  wic: implement --vars option
  wic: rename variable
  wic: deferred call of hlp.get_wic_plugins_help()
  image_types.bbclass: add wic image type
  wic-image-minimal: add wic image recipe and .wks
  oe-selftest: test building wic image by bitbake
  image.py: set bitbake variable ROOTFS_SIZE
  wic: use bitbake variable ROOTFS_SIZE
  image.py: add script output to the rootfs log

 meta/classes/image_types.bbclass                   |  12 ++
 meta/lib/oe/image.py                               |  32 +++++-
 meta/lib/oeqa/selftest/wic.py                      |  33 ++++++
 meta/recipes-extended/images/wic-image-minimal.bb  |  14 +++
 meta/recipes-extended/images/wic-image-minimal.wks |  10 ++
 scripts/lib/image/help.py                          |   6 +-
 scripts/lib/wic/imager/direct.py                   |  14 +++
 scripts/lib/wic/utils/oe/misc.py                   | 125 ++++++++++++++-------
 scripts/wic                                        |  14 ++-
 9 files changed, 212 insertions(+), 48 deletions(-)
 create mode 100644 meta/recipes-extended/images/wic-image-minimal.bb
 create mode 100644 meta/recipes-extended/images/wic-image-minimal.wks

--
Regards,
Ed



             reply	other threads:[~2015-08-25  9:04 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-25  9:04 Ed Bartosh [this message]
2015-08-25  9:04 ` [PATCH 01/17] image.py: write bitbake variables to .env file Ed Bartosh
2015-08-25  9:04 ` [PATCH 02/17] oe-selftest: test generation of <image>.env Ed Bartosh
2015-08-25  9:04 ` [PATCH 03/17] wic: remove undescore from function name Ed Bartosh
2015-08-25  9:04 ` [PATCH 04/17] wic: add BitbakeVars class Ed Bartosh
2015-08-25  9:04 ` [PATCH 05/17] wic: create new method _parse_line Ed Bartosh
2015-08-25  9:04 ` [PATCH 06/17] wic: add default_image attribute to BitbakeVars Ed Bartosh
2015-08-25  9:04 ` [PATCH 07/17] wic: set default image Ed Bartosh
2015-08-25  9:04 ` [PATCH 08/17] wic: implement getting variables from .env files Ed Bartosh
2015-08-25  9:04 ` [PATCH 09/17] wic: implement --vars option Ed Bartosh
2015-08-25  9:04 ` [PATCH 10/17] wic: rename variable Ed Bartosh
2015-08-25  9:04 ` [PATCH 11/17] wic: deferred call of hlp.get_wic_plugins_help() Ed Bartosh
2015-08-25  9:04 ` [PATCH 12/17] image_types.bbclass: add wic image type Ed Bartosh
2015-08-25 17:46   ` Ahsan, Noor
2015-08-26 15:54     ` Ed Bartosh
2015-08-25  9:04 ` [PATCH 13/17] wic-image-minimal: add wic image recipe and .wks Ed Bartosh
2015-08-25  9:04 ` [PATCH 14/17] oe-selftest: test building wic image by bitbake Ed Bartosh
2015-08-25  9:04 ` [PATCH 15/17] image.py: set bitbake variable ROOTFS_SIZE Ed Bartosh
2015-08-25  9:04 ` [PATCH 16/17] wic: use " Ed Bartosh
2015-08-25  9:04 ` [PATCH 17/17] image.py: add script output to the rootfs log 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.1440492980.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox