]> 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>
Sat, 18 May 2019 04:55:22 +0000 (21:55 -0700)
commit8f6d55056a1c6f9fd00b09a8e91b3e888750e793
treee90f58400a14df334f5f63dab7bc7acab20d92cb
parent7dbaaf8a823527a3523187327f5b0885fc682510
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