]> code.ossystems Code Review - openembedded-core.git/commit
wic: allow to configure extra space per partition
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sun, 8 Feb 2015 23:16:22 +0000 (00:16 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 18 Mar 2015 04:10:10 +0000 (01:10 -0300)
commitf063401728bdd9cdfdd4f3c97f8336c90de6b5b1
tree189006441812f87118062e4fd3cd3c266e80b514
parent307394002b7427af474582bcd866bb20a7efa99a
wic: allow to configure extra space per partition

Introduce a new option --extra-space instead of using IMAGE_EXTRA_SPACE.
This is useful for boot partitions where the extra space is often
useless or for huge partition where 10MiB may not be enough.

Change-Id: I13036e434f06b8f56b6951bd7583d91e3404e070
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
scripts/lib/image/help.py
scripts/lib/wic/kickstart/custom_commands/partition.py
scripts/lib/wic/utils/oe/misc.py