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: [wic][PATCH v3 00/14] Support for wic images in runqemu and oe-selftest
Date: Sat, 13 Feb 2016 11:02:07 +0200	[thread overview]
Message-ID: <cover.1455353103.git.ed.bartosh@linux.intel.com> (raw)

Hi,

This patchset contains set of fixes for wic, runqemu and oe-selftest to
support booting and testing wic images in qemu.

This work is based on Cristian's work from poky-contrib:ciorga/wic-testing
Thank you Cristian!

The patchset also includes bugfix for wic --use-uuid option and a bit of
code cleanup for wic tests.

[YOCTO #8691]
[YOCTO #8498]
[YOCTO #8499]

Changes in v2: Dropped "runqemu: don't use virtio for wic images"
               as suggested by reviewers.

Changes in v3: Fixed test_wic_image_type test case

The following changes since commit 971fafba6a04531acc73ed348f04a6315be6d0ef:

  maintainers.inc: include libjpeg-turbo and mmc-utils (2016-02-12 18:03:47 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/oe-core/qemuRunner-wic-8498
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/oe-core/qemuRunner-wic-8498

Ed Bartosh (14):
  runqemu: add support for wic images
  runqemu: don't set KERNEL for wic images
  runqemu: support path/to/<image>-<machine>.wic
  oe-selftest: remove unused parameter
  qemurunner: add parameter to method 'start'
  oeqa/targetcontrol: make ssh control optional
  oeqa/targetcontrol: support wic image type
  wic-image-minimal: change IMAGE_FSTYPES
  wic-image-minimal: update .wks to boot by qemu
  oe-selftest: add new wic testcase
  wic: fix processing of --use-uuid
  wic-image-minimal: use uuid for root partition
  oe-selftest: pylinted wic tests
  oe-selftest: don't use specific tasks

 .../recipes-test/images/wic-image-minimal.bb       |  4 +-
 .../recipes-test/images/wic-image-minimal.wks      | 10 ++---
 meta/lib/oeqa/selftest/devtool.py                  |  2 +-
 meta/lib/oeqa/selftest/imagefeatures.py            |  6 +--
 meta/lib/oeqa/selftest/wic.py                      | 34 ++++++++++------
 meta/lib/oeqa/targetcontrol.py                     | 20 +++++-----
 meta/lib/oeqa/utils/commands.py                    |  4 +-
 meta/lib/oeqa/utils/qemurunner.py                  | 45 +++++++++++-----------
 scripts/lib/wic/partition.py                       |  3 ++
 scripts/runqemu                                    | 15 +++++---
 scripts/runqemu-internal                           | 18 ++++-----
 11 files changed, 90 insertions(+), 71 deletions(-)

--
Regards,
Ed



             reply	other threads:[~2016-02-13 11:11 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-13  9:02 Ed Bartosh [this message]
2016-02-13  9:02 ` [wic][PATCH v3 01/14] runqemu: add support for wic images Ed Bartosh
2016-02-13  9:02 ` [wic][PATCH v3 02/14] runqemu: don't set KERNEL " Ed Bartosh
2016-02-13  9:02 ` [wic][PATCH v3 03/14] runqemu: support path/to/<image>-<machine>.wic Ed Bartosh
2016-02-13  9:02 ` [wic][PATCH v3 04/14] oe-selftest: remove unused parameter Ed Bartosh
2016-02-13  9:02 ` [wic][PATCH v3 05/14] qemurunner: add parameter to method 'start' Ed Bartosh
2016-02-13  9:02 ` [wic][PATCH v3 06/14] oeqa/targetcontrol: make ssh control optional Ed Bartosh
2016-02-13  9:02 ` [wic][PATCH v3 07/14] oeqa/targetcontrol: support wic image type Ed Bartosh
2016-02-13  9:02 ` [wic][PATCH v3 08/14] wic-image-minimal: change IMAGE_FSTYPES Ed Bartosh
2016-02-13  9:02 ` [wic][PATCH v3 09/14] wic-image-minimal: update .wks to boot by qemu Ed Bartosh
2016-02-13  9:02 ` [wic][PATCH v3 10/14] oe-selftest: add new wic testcase Ed Bartosh
2016-02-13  9:02 ` [wic][PATCH v3 11/14] wic: fix processing of --use-uuid Ed Bartosh
2016-02-13  9:02 ` [wic][PATCH v3 12/14] wic-image-minimal: use uuid for root partition Ed Bartosh
2016-02-13  9:02 ` [wic][PATCH v3 13/14] oe-selftest: pylinted wic tests Ed Bartosh
2016-02-13  9:02 ` [wic][PATCH v3 14/14] oe-selftest: don't use specific tasks 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.1455353103.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.