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

Qi.Chen at windriver.com Qi.Chen at windriver.com
Tue Apr 2 02:30:48 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 overriding the IMAGE_OVERHEAD_FACTOR
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 |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb
index e3246d2..8df1d08 100644
--- a/meta/recipes-sato/images/core-image-sato.bb
+++ b/meta/recipes-sato/images/core-image-sato.bb
@@ -9,3 +9,6 @@ LICENSE = "MIT"
 inherit core-image
 
 IMAGE_INSTALL += "packagegroup-core-x11-sato-games"
+
+# Override IMAGE_OVERHEAD_FACTOR to increase the free space size on sato images.
+IMAGE_OVERHEAD_FACTOR = "2.0"
-- 
1.7.9.5





More information about the Openembedded-core mailing list