From 20fe0c7202724187dbe80eb2101d8ef69e86b94e 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. Signed-off-by: Alexandre Belloni Signed-off-by: Ross Burton --- scripts/lib/wic/utils/oe/misc.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/lib/wic/utils/oe/misc.py') 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 = "" -- cgit 1.2.3-korg