summaryrefslogtreecommitdiffstats
path: root/scripts/lib/image
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2015-02-09 00:16:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-14 08:40:58 +0000
commitd84742c39f39fefb7810c6f902cada222c7e4252 (patch)
tree529035f9ff4e114e23a9b9fbc941c046faaff62b /scripts/lib/image
parent605627bc9d9fafc39caa6a802eee6203f520f6a8 (diff)
downloadpoky-d84742c39f39fefb7810c6f902cada222c7e4252.tar.gz
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. (From OE-Core rev: 9f7fe71a10bcdd1864d2f838f3510e96810ef42e) 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>
Diffstat (limited to 'scripts/lib/image')
-rw-r--r--scripts/lib/image/help.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py
index aab0b609af..8e026986aa 100644
--- a/scripts/lib/image/help.py
+++ b/scripts/lib/image/help.py
@@ -743,6 +743,12 @@ DESCRIPTION
743 partition table. It may be useful for 743 partition table. It may be useful for
744 bootloaders. 744 bootloaders.
745 745
746 --extra-space: This option is specific to wic. It adds extra
747 space after the space filled by the content
748 of the partition. The final size can go
749 beyond the size specified by --size.
750 By default, 10MB.
751
746 * bootloader 752 * bootloader
747 753
748 This command allows the user to specify various bootloader 754 This command allows the user to specify various bootloader