]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 May 2019 09:40:22 +0000 (10:40 +0100)
commita210e28bb3fd5433ebecf50e218fc548013b35dc
tree3cee58dbb8912c270a5bf9bea6355f3b6b9b5c77
parent808d5dbe257d1b6faf241ee252a6ef092e4c6d3d
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>
scripts/wic