From d84742c39f39fefb7810c6f902cada222c7e4252 Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Mon, 9 Feb 2015 00:16:22 +0100 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 b0b5baab73..fa14fee1ab 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_EXTRA_SPACE = 10240 IMAGE_OVERHEAD_FACTOR = 1.3 __bitbake_env_lines = "" -- cgit v1.2.3-54-g00ecf