mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d84742c39f
commit
cf3e21e71e
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user