[oe] [PATCH] bitbake.conf: Increase IMAGE_EXTRA_SPACE 4 times

Khem Raj raj.khem at gmail.com
Sun Oct 10 09:52:13 UTC 2010


* Building native-sdk-image or x11-image genext2fs fails
  as it runs out of space. This change helps it with extra
  space needs.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 7f01f8f..5bbff4c 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -355,7 +355,7 @@ IMAGE_ROOTFS = "${TMPDIR}/rootfs/${PN}"
 IMAGE_BASENAME = "${PN}"
 IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}-${DATETIME}"
 IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}"
-IMAGE_EXTRA_SPACE = 10240
+IMAGE_EXTRA_SPACE = 40960
 
 UBI_VOLNAME ?= "${MACHINE}-rootfs"
 
-- 
1.7.1





More information about the Openembedded-devel mailing list