]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
core-image-lsb-sdk: Lower IMAGE_OVERHEAD_FACTOR
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2017 23:07:15 +0000 (23:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2017 23:09:01 +0000 (23:09 +0000)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/images/core-image-lsb-sdk.bb

index c3b6e7c8275871141935e2d1569c8e03b3863dff..a3d602edd60bc0c84bdfa92acb9df7b4f512b16c 100644 (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"