rpi3: Increase size for root files system
As part of updating the manifest to using a more up-to-date Linux
kernel, we need to increase the size of the root file system a bit.
With these settings, there is roughly 50MB free on the filesystem before
and after running xtest.
Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
diff --git a/rpi3.mk b/rpi3.mk
index f2e45b9..285f43f 100644
--- a/rpi3.mk
+++ b/rpi3.mk
@@ -33,7 +33,7 @@
# directly into a parition on the image.
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_TARGET_ROOTFS_EXT2_SIZE="128M"
+BR2_TARGET_ROOTFS_EXT2_SIZE="256M"
################################################################################
# Paths to git projects and various binaries