Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v3 00/11] wic: bugfixes & --fixed-size support, tests, oe-selftest: minor fixes
@ 2016-11-15  9:52 Maciej Borzecki
       [not found] ` <cover.1479203195.git.maciej.borzecki@rndity.com>
  2016-11-15 10:32 ` [PATCH v3 00/11] wic: bugfixes & --fixed-size support, tests, oe-selftest: minor fixes Burton, Ross
  0 siblings, 2 replies; 17+ messages in thread
From: Maciej Borzecki @ 2016-11-15  9:52 UTC (permalink / raw)
  To: openembedded-core; +Cc: Paul Eggleton, Maciej Borzecki

v3 of patch series previously posted here [1].

I have noticed that Ross has cherry-picked some patches into his
pull request to master. Just for reference, the patches are included in this
series, but have not been changed since the previous version. The
patches in question are:
  oe-selftest: fix handling of test cases without ID in --list-tests-by
  wic: make sure that partition size is always an integer in internal
    processing
  wic: use partition size when creating empty partition files
  wic: check that filesystem is specified for a rootfs partition
  wic: fix function comment typos
  wic: add --fixed-size wks option

Changes since v2:

* COMPATIBLE_HOST workarounds now selectively skip certain wic tests for
  archs that cannot build images included in the test (most commonly
  directdisk-* image is not usable on non x86 archs), wic tests were
  verified to pass for qemux86-64 and beaglebone

* oe-selftest enforces en_US.UTF-8 encoding to enforce stable textual
  output of locaization aware programs

[1]. http://lists.openembedded.org/pipermail/openembedded-core/2016-November/128630.html

Maciej Borzecki (11):
  wic: make sure that partition size is always an integer in internal
    processing
  wic: use partition size when creating empty partition files
  wic: check that filesystem is specified for a rootfs partition
  wic: fix function comment typos
  wic: add --fixed-size wks option
  wic: selftest: avoid COMPATIBLE_HOST issues
  wic: selftest: do not repeat core-image-minimal
  wic: selftest: do not assume bzImage kernel image
  wic: selftest: add tests for --fixed-size partition flags
  oe-selftest: fix handling of test cases without ID in --list-tests-by
  oe-selftest: enforce en_US.UTF-8 locale

 meta/lib/oeqa/selftest/wic.py                 | 230 +++++++++++++++++++++-----
 scripts/lib/wic/help.py                       |  14 +-
 scripts/lib/wic/imager/direct.py              |   2 +-
 scripts/lib/wic/ksparser.py                   |  41 ++++-
 scripts/lib/wic/partition.py                  | 104 ++++++++----
 scripts/lib/wic/plugins/source/bootimg-efi.py |   2 +-
 scripts/lib/wic/plugins/source/rawcopy.py     |   4 +-
 scripts/lib/wic/utils/partitionedfs.py        |   6 +-
 scripts/oe-selftest                           |  16 +-
 9 files changed, 322 insertions(+), 97 deletions(-)

-- 
2.5.0



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

end of thread, other threads:[~2016-11-22 21:32 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-15  9:52 [PATCH v3 00/11] wic: bugfixes & --fixed-size support, tests, oe-selftest: minor fixes Maciej Borzecki
     [not found] ` <cover.1479203195.git.maciej.borzecki@rndity.com>
2016-11-15  9:52   ` [PATCH v3 01/11] wic: make sure that partition size is always an integer in internal processing Maciej Borzecki
2016-11-15  9:52   ` [PATCH v3 02/11] wic: use partition size when creating empty partition files Maciej Borzecki
2016-11-15  9:52   ` [PATCH v3 03/11] wic: check that filesystem is specified for a rootfs partition Maciej Borzecki
2016-11-15  9:52   ` [PATCH v3 04/11] wic: fix function comment typos Maciej Borzecki
2016-11-15  9:52   ` [PATCH v3 05/11] wic: add --fixed-size wks option Maciej Borzecki
2016-11-15  9:52   ` [PATCH v3 06/11] wic: selftest: avoid COMPATIBLE_HOST issues Maciej Borzecki
2016-11-15  9:52   ` [PATCH v3 07/11] wic: selftest: do not repeat core-image-minimal Maciej Borzecki
2016-11-15  9:52   ` [PATCH v3 08/11] wic: selftest: do not assume bzImage kernel image Maciej Borzecki
2016-11-15  9:52   ` [PATCH v3 09/11] wic: selftest: add tests for --fixed-size partition flags Maciej Borzecki
2016-11-22 14:47     ` Burton, Ross
2016-11-22 15:02       ` Maciej Borzęcki
2016-11-22 21:31         ` Maciej Borzęcki
2016-11-15  9:52   ` [PATCH v3 10/11] oe-selftest: fix handling of test cases without ID in --list-tests-by Maciej Borzecki
2016-11-15  9:52   ` [PATCH v3 11/11] oe-selftest: enforce en_US.UTF-8 locale Maciej Borzecki
2016-11-15 10:32 ` [PATCH v3 00/11] wic: bugfixes & --fixed-size support, tests, oe-selftest: minor fixes Burton, Ross
2016-11-15 10:37   ` Maciej Borzęcki

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