From cf3e21e71e6815b76d58d018719e8bf7ec977d7b Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Mon, 9 Feb 2015 00:16:23 +0100 Subject: wic: allow to configure overhead factor per partition Introduce a new option --overhead-factor to replace IMAGE_OVERHEAD_FACTOR. (From OE-Core rev: 20fe0c7202724187dbe80eb2101d8ef69e86b94e) Signed-off-by: Alexandre Belloni Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- scripts/lib/image/help.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts/lib/image') diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index 8e026986aa..e1eb265979 100644 --- a/scripts/lib/image/help.py +++ b/scripts/lib/image/help.py @@ -749,6 +749,12 @@ DESCRIPTION beyond the size specified by --size. By default, 10MB. + --overhead-factor: This option is specific to wic. The + size of the partition is multiplied by + this factor. It has to be greater than or + equal to 1. + The default value is 1.3. + * bootloader This command allows the user to specify various bootloader -- cgit v1.2.3-54-g00ecf