]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Feb 2015 08:40:34 +0000 (08:40 +0000)
commit9f7fe71a10bcdd1864d2f838f3510e96810ef42e
tree6ac6eea06786c90b62802ae546381f8035c29b0b
parent5f237238a1fab87668068d042ac86b67d2c5224b
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.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/image/help.py
scripts/lib/wic/kickstart/custom_commands/partition.py
scripts/lib/wic/utils/oe/misc.py