diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-02-09 00:16:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-14 08:40:58 +0000 |
commit | cf3e21e71e6815b76d58d018719e8bf7ec977d7b (patch) | |
tree | 57f7e6b311fb8d624acfc6da2acf1e5d9496352b /scripts/lib/image/help.py | |
parent | d84742c39f39fefb7810c6f902cada222c7e4252 (diff) | |
download | poky-cf3e21e71e6815b76d58d018719e8bf7ec977d7b.tar.gz |
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 <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/help.py')
-rw-r--r-- | scripts/lib/image/help.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 | |||
749 | beyond the size specified by --size. | 749 | beyond the size specified by --size. |
750 | By default, 10MB. | 750 | By default, 10MB. |
751 | 751 | ||
752 | --overhead-factor: This option is specific to wic. The | ||
753 | size of the partition is multiplied by | ||
754 | this factor. It has to be greater than or | ||
755 | equal to 1. | ||
756 | The default value is 1.3. | ||
757 | |||
752 | * bootloader | 758 | * bootloader |
753 | 759 | ||
754 | This command allows the user to specify various bootloader | 760 | This command allows the user to specify various bootloader |