]> code.ossystems Code Review - openembedded-core.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)
committerArmin Kuster <akuster808@gmail.com>
Thu, 9 May 2019 01:36:45 +0000 (18:36 -0700)
commit6d86d126121cd15c7e9832b24106332ab439beeb
treee9948add9e0bf00f50b83812f2d4e628ddea92db
parent326188e1e2424bdabe9cf83a8087b5ee046aa7f6
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.

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