]> code.ossystems Code Review - openembedded-core.git/commit
wic: Fix --extra-space argument handling
authorJoshua Watt <JPEWhacker@gmail.com>
Tue, 9 Jun 2020 17:16:31 +0000 (12:16 -0500)
committerSteve Sakoman <steve@sakoman.com>
Wed, 30 Sep 2020 15:40:52 +0000 (05:40 -1000)
commit62a7a10c31bcf133cbd99d4de928f15a30e45ab1
tree3e8e8e89aed4525df0720ce11c07593ecf7c50f1
parent897aaff8961f7fe83634a3b0b94e19b43aea5857
wic: Fix --extra-space argument handling

467f84e12b ("wic: Add --offset argument for partitions") broke the
--extra-space argument handling in wic. Fix the option and add a unit
test for the argument.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 87722a92c18f94917c8f70afc8cd0763462a5c25)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/selftest/cases/wic.py
scripts/lib/wic/ksparser.py