* 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 <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
