From 23b6c5ea4d48cdf731e5202991961a0e4b10ff29 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Fri, 7 Feb 2014 16:19:28 -0600 Subject: wic: Honor --size for --source partititions Instead of simply creating partitions large enough to contain the contents of a --source partition (and adding a pre-specified amount of padding), use the --size used in the partition .wks statement. If --size isn't used, or is smaller than the actual --source size, retain the current behavior. Signed-off-by: Tom Zanussi Signed-off-by: Richard Purdie --- scripts/lib/mic/utils/oe/misc.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/lib/mic/utils/oe/misc.py') diff --git a/scripts/lib/mic/utils/oe/misc.py b/scripts/lib/mic/utils/oe/misc.py index 77dfe03630..6b01955a88 100644 --- a/scripts/lib/mic/utils/oe/misc.py +++ b/scripts/lib/mic/utils/oe/misc.py @@ -108,6 +108,7 @@ def add_wks_var(key, val): wks_vars[key] = val BOOTDD_EXTRA_SPACE = 16384 +IMAGE_EXTRA_SPACE = 10240 __bitbake_env_lines = "" -- cgit 1.2.3-korg