summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-09-01 07:16:26 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-09-01 21:40:46 +0000
commitbcd5d1e36b83d39ea57ffa8b271a2256eaed49ff (patch)
tree6486b777e58b9c92e88fa530b942c7f9e79cb743 /templates
parente6c55d97bd54a51255e4c931d93d9b05acf927a7 (diff)
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 <stephane.desneux@iot.bzh>
Diffstat (limited to 'templates')
-rw-r--r--templates/feature/agl-netboot/50_local.conf.inc3
1 files changed, 3 insertions, 0 deletions
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"