]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
wic: change expand behaviour to match docs
authorRoss Burton <ross.burton@intel.com>
Tue, 30 Apr 2019 13:57:18 +0000 (14:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 May 2019 09:12:53 +0000 (10:12 +0100)
commit74b44e59be89c738f702948f9e16e367c0ba43ba
tree4f9c6001bdfd79601a5b11c04b68ab534a3670c7
parenta514e0f65d40ec0607acfc1254b753a0763cb44d
wic: change expand behaviour to match docs

The documentation says that --expand takes a comma-separated list of
partition:size pairs, but the code was splitting on hyphens.

Hyphens are not a transitional separator for a list of items, so change the code
to reflect the documentation.

(From OE-Core rev: a210e28bb3fd5433ebecf50e218fc548013b35dc)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/wic