From: Chen Qi <[email protected]> Sato images, by default, have about 100M free space. This is not enough and it blocks automatic testing.
This patch fixes this problem by setting the default value of IMAGE_OVERHEAD_FACTOR to "2.0" in the sato image recipe. [YOCTO #4109] Signed-off-by: Chen Qi <[email protected]> --- meta/recipes-sato/images/core-image-sato.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index e3246d2..4b4e595 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb @@ -9,3 +9,7 @@ LICENSE = "MIT" inherit core-image IMAGE_INSTALL += "packagegroup-core-x11-sato-games" + +# Increase the default value of IMAGE_OVERHEAD_FACTOR from "1.3" to "2.0" +# to increase the free space size in sato images. +IMAGE_OVERHEAD_FACTOR ?= "2.0" -- 1.7.9.5 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
