From: Maciej Borzecki <maciej.borzecki@rndity.com>
To: openembedded-core@lists.openembedded.org
Cc: Paul Eggleton <paul.eggleton@linux.intel.com>,
Maciej Borzecki <maciek.borzecki@gmail.com>
Subject: [PATCH v3 00/11] wic: bugfixes & --fixed-size support, tests, oe-selftest: minor fixes
Date: Tue, 15 Nov 2016 10:52:00 +0100 [thread overview]
Message-ID: <cover.1479201985.git.maciej.borzecki@rndity.com> (raw)
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
next reply other threads:[~2016-11-15 9:52 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-15 9:52 Maciej Borzecki [this message]
[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
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.1479201985.git.maciej.borzecki@rndity.com \
--to=maciej.borzecki@rndity.com \
--cc=maciek.borzecki@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=paul.eggleton@linux.intel.com \
/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