From bcd5d1e36b83d39ea57ffa8b271a2256eaed49ff Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Thu, 1 Sep 2016 07:16:26 +0000 Subject: 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 --- templates/feature/agl-netboot/50_local.conf.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') 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" -- cgit 1.2.3-korg