On 04/02/2013 06:15 PM, Gary Thomas wrote:
On 2013-04-01 20:30, qi.c...@windriver.com wrote:
From: Chen Qi <qi.c...@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.c...@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"


You should make this overridable by the user:
  IMAGE_OVERHEAD_FACTOR ?= "2.0"

Yes. You're right.
And we can use "??=" in bitbake.conf.
A new patch set has been sent out.

Thanks,
Chen Qi

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to