core-image-lsb-sdk: Lower IMAGE_OVERHEAD_FACTOR

We're on the margin of the 4GB size limit for certain image types with
this configuration. This is a temporary workaround to avoid total
failures whilst we figure out better ways to save space. On such a
large image, the standard 1.3 is large and 1.2 is reasonable.

(From OE-Core rev: 0116e4814aa55feb0f8944deb98e39b4534bab0c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2017-03-01 23:07:15 +00:00
parent fffb6086db
commit e77712ee02
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ headers and libraries to form a standalone SDK."
IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
IMAGE_INSTALL += "kernel-devsrc"
# Reduce this to try and keep below the 4GB image size for now
IMAGE_OVERHEAD_FACTOR = "1.2"