From: Stephane Desneux Date: Thu, 1 Sep 2016 07:16:26 +0000 (+0000) Subject: meta-netboot: add 256MB of extra space in generated rootfs X-Git-Tag: chinook_3.0.0~140 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=bcd5d1e36b83d39ea57ffa8b271a2256eaed49ff;p=AGL%2Fmeta-agl.git meta-netboot: add 256MB of extra space in generated rootfs By default, only 16MB are added but this is not sufficient for most test cases: for example, installing an application with its data bigger than 16MB is impossible. Change-Id: Ife6d7f09ea5acaadff5b54aaad15a31e26a35d31 Signed-off-by: Stephane Desneux --- diff --git a/templates/feature/agl-netboot/50_local.conf.inc b/templates/feature/agl-netboot/50_local.conf.inc index f7444d689..faff8f21c 100644 --- a/templates/feature/agl-netboot/50_local.conf.inc +++ b/templates/feature/agl-netboot/50_local.conf.inc @@ -1 +1,4 @@ INHERIT += "netboot" + +# add 256MB of extra space in ext4 output image +IMAGE_ROOTFS_EXTRA_SPACE ?= "262144"