[oe-commits] [openembedded-core] 01/01: core-image-lsb-sdk: Lower IMAGE_OVERHEAD_FACTOR

git at git.openembedded.org git at git.openembedded.org
Wed Mar 1 23:27:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 0116e4814aa55feb0f8944deb98e39b4534bab0c
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Mar 1 23:07:15 2017 +0000

    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.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/images/core-image-lsb-sdk.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-extended/images/core-image-lsb-sdk.bb b/meta/recipes-extended/images/core-image-lsb-sdk.bb
index c3b6e7c..a3d602e 100644
--- a/meta/recipes-extended/images/core-image-lsb-sdk.bb
+++ b/meta/recipes-extended/images/core-image-lsb-sdk.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list