All of lore.kernel.org
 help / color / mirror / Atom feed
* [wic][PATCH 00/15] Support for wic images in runqemu and oe-selftest
@ 2016-02-02  7:27 Ed Bartosh
  2016-02-02  7:27 ` [wic][PATCH 01/15] runqemu: add support for wic images Ed Bartosh
                   ` (14 more replies)
  0 siblings, 15 replies; 21+ messages in thread
From: Ed Bartosh @ 2016-02-02  7:27 UTC (permalink / raw)
  To: openembedded-core

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]

The following changes since commit 1ba62f9e53f5e2d0da9fe6ee52007562deb77f32:

  pth: Remove dead code (2016-02-01 17:16:05 +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 (15):
  runqemu: add support for wic images
  runqemu: don't use virtio 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: updated .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       |  2 +-
 .../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                      | 32 +++++++++------
 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                           | 21 +++++-----
 11 files changed, 90 insertions(+), 70 deletions(-)

--
Regards,
Ed



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

end of thread, other threads:[~2016-02-02 16:15 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-02  7:27 [wic][PATCH 00/15] Support for wic images in runqemu and oe-selftest Ed Bartosh
2016-02-02  7:27 ` [wic][PATCH 01/15] runqemu: add support for wic images Ed Bartosh
2016-02-02  7:27 ` [wic][PATCH 02/15] runqemu: don't use virtio " Ed Bartosh
2016-02-02 14:50   ` Richard Purdie
2016-02-02 12:55     ` Ed Bartosh
2016-02-02 15:12       ` Burton, Ross
2016-02-02 15:57       ` Richard Purdie
2016-02-02 14:04         ` Ed Bartosh
2016-02-02  7:27 ` [wic][PATCH 03/15] runqemu: don't set KERNEL " Ed Bartosh
2016-02-02  7:27 ` [wic][PATCH 04/15] runqemu: support path/to/<image>-<machine>.wic Ed Bartosh
2016-02-02  7:27 ` [wic][PATCH 05/15] oe-selftest: remove unused parameter Ed Bartosh
2016-02-02  7:27 ` [wic][PATCH 06/15] qemurunner: add parameter to method 'start' Ed Bartosh
2016-02-02  7:27 ` [wic][PATCH 07/15] oeqa/targetcontrol: make ssh control optional Ed Bartosh
2016-02-02  7:28 ` [wic][PATCH 08/15] oeqa/targetcontrol: support wic image type Ed Bartosh
2016-02-02  7:28 ` [wic][PATCH 09/15] wic-image-minimal: change IMAGE_FSTYPES Ed Bartosh
2016-02-02  7:28 ` [wic][PATCH 10/15] wic-image-minimal: updated .wks to boot by qemu Ed Bartosh
2016-02-02  7:28 ` [wic][PATCH 11/15] oe-selftest: add new wic testcase Ed Bartosh
2016-02-02  7:28 ` [wic][PATCH 12/15] wic: fix processing of --use-uuid Ed Bartosh
2016-02-02  7:28 ` [wic][PATCH 13/15] wic-image-minimal: use uuid for root partition Ed Bartosh
2016-02-02  7:28 ` [wic][PATCH 14/15] oe-selftest: pylinted wic tests Ed Bartosh
2016-02-02  7:28 ` [wic][PATCH 15/15] oe-selftest: don't use specific tasks 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.