[OE-core] [PATCH 2/2] core-image-sato.bb: increase free space size

Qi.Chen at windriver.com Qi.Chen at windriver.com
Wed Apr 3 06:16:49 UTC 2013


From: Chen Qi <Qi.Chen at windriver.com>

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 <Qi.Chen at windriver.com>
---
 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





More information about the Openembedded-core mailing list