diff mbox series

configs/ordeidc2: increase image size to 256M

Message ID 20210911083737.9073-1-daggs@gmx.com
State Superseded
Headers show
Series configs/ordeidc2: increase image size to 256M | expand

Commit Message

Dagg Stompler Sept. 11, 2021, 8:37 a.m. UTC
following Commit 9f127cc4, the resulting image is bigger than possible.
so BR2_TARGET_ROOTFS_EXT2_SIZE set to 256M is required.

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/1575071376

Signed-off-by: Dagg Stompler <daggs@gmx.com>
---
 configs/odroidc2_defconfig | 1 +
 1 file changed, 1 insertion(+)

--
2.33.0
diff mbox series

Patch

diff --git a/configs/odroidc2_defconfig b/configs/odroidc2_defconfig
index 5f97fc3dd8..daa818e036 100644
--- a/configs/odroidc2_defconfig
+++ b/configs/odroidc2_defconfig
@@ -10,6 +10,7 @@  BR2_TARGET_GENERIC_GETTY_PORT="ttyAML0"
 BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
+BR2_TARGET_ROOTFS_EXT2_SIZE="256M"
 BR2_ROOTFS_OVERLAY="board/hardkernel/odroidc2/rootfs_overlay"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/hardkernel/odroidc2/post-image.sh"