summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2017-09-25 08:59:45 -0300
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2017-09-27 00:28:43 +0200
commitb2d1f8ca03043a614ffa30bc4b61cecea373769b (patch)
treed4ab8cabf1278b3c42f886df550ca6e6c66ccfdb
parent976d139ff267a6b3fd3ec96b2c5cdb530e50560a (diff)
downloadbuildroot-b2d1f8ca03043a614ffa30bc4b61cecea373769b.tar.gz
buildroot-b2d1f8ca03043a614ffa30bc4b61cecea373769b.zip
configs/imx6q-sabresd-qt5: Increase the rootfs size
The QT5 rootfs requires more space, so adjust it a larger size. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
-rw-r--r--configs/imx6q-sabresd_qt5_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx6q-sabresd_qt5_defconfig b/configs/imx6q-sabresd_qt5_defconfig
index 94bf8674f7..31285552cf 100644
--- a/configs/imx6q-sabresd_qt5_defconfig
+++ b/configs/imx6q-sabresd_qt5_defconfig
@@ -23,7 +23,7 @@ BR2_PACKAGE_HOST_MTOOLS=y
BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/imx/post-image.sh"
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
+BR2_TARGET_ROOTFS_EXT2_SIZE="320M"
BR2_ROOTFS_OVERLAY="board/freescale/imx6-sabresd/rootfs_overlay"
# Bootloader
OpenPOWER on IntegriCloud