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:35 +0000 |
commit | 20fe0c7202724187dbe80eb2101d8ef69e86b94e (patch) | |
tree | 1799618d3fc40bc4d667db6f14d82b1ece673d24 /scripts/lib/wic/utils | |
parent | 9f7fe71a10bcdd1864d2f838f3510e96810ef42e (diff) | |
download | openembedded-core-20fe0c7202724187dbe80eb2101d8ef69e86b94e.tar.gz openembedded-core-20fe0c7202724187dbe80eb2101d8ef69e86b94e.tar.bz2 openembedded-core-20fe0c7202724187dbe80eb2101d8ef69e86b94e.zip |
wic: allow to configure overhead factor per partition
Introduce a new option --overhead-factor to replace
IMAGE_OVERHEAD_FACTOR.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/wic/utils')
-rw-r--r-- | scripts/lib/wic/utils/oe/misc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/wic/utils/oe/misc.py b/scripts/lib/wic/utils/oe/misc.py index fa14fee1ab..ea9b6e8ec4 100644 --- a/scripts/lib/wic/utils/oe/misc.py +++ b/scripts/lib/wic/utils/oe/misc.py @@ -122,7 +122,6 @@ def add_wks_var(key, val): wks_vars[key] = val BOOTDD_EXTRA_SPACE = 16384 -IMAGE_OVERHEAD_FACTOR = 1.3 __bitbake_env_lines = "" |