meta-netboot: add 256MB of extra space in generated rootfs 19/6519/2
authorStephane Desneux <stephane.desneux@iot.bzh>
Thu, 1 Sep 2016 07:16:26 +0000 (07:16 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 1 Sep 2016 21:40:46 +0000 (21:40 +0000)
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 <stephane.desneux@iot.bzh>
templates/feature/agl-netboot/50_local.conf.inc

index f7444d6..faff8f2 100644 (file)
@@ -1 +1,4 @@
 INHERIT += "netboot"
+
+# add 256MB of extra space in ext4 output image
+IMAGE_ROOTFS_EXTRA_SPACE ?= "262144"