diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:07:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:11 +0000 |
commit | e77712ee028b1946ab2268737499640452f7ac6f (patch) | |
tree | 75dfbab88caf8062062e22d998ad9b2adf304e41 /meta/recipes-extended | |
parent | fffb6086db864f5c3761871d6289cc9f199b465d (diff) | |
download | poky-e77712ee028b1946ab2268737499640452f7ac6f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/images/core-image-lsb-sdk.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/images/core-image-lsb-sdk.bb b/meta/recipes-extended/images/core-image-lsb-sdk.bb index c3b6e7c827..a3d602edd6 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." | |||
7 | IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks" | 7 | IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks" |
8 | 8 | ||
9 | IMAGE_INSTALL += "kernel-devsrc" | 9 | IMAGE_INSTALL += "kernel-devsrc" |
10 | |||
11 | # Reduce this to try and keep below the 4GB image size for now | ||
12 | IMAGE_OVERHEAD_FACTOR = "1.2" | ||