All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/ordeidc2: increase image size to 256M
@ 2021-09-11  8:42 Dagg Stompler
  2021-09-11  9:27 ` Yann E. MORIN
  0 siblings, 1 reply; 7+ messages in thread
From: Dagg Stompler @ 2021-09-11  8:42 UTC (permalink / raw)
  To: buildroot

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(+)

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"

--
2.33.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [Buildroot] [PATCH] configs/ordeidc2: increase image size to 256M
@ 2021-09-11  8:37 Dagg Stompler
  0 siblings, 0 replies; 7+ messages in thread
From: Dagg Stompler @ 2021-09-11  8:37 UTC (permalink / raw)
  To: buildroot

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(+)

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"

--
2.33.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-11 15:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-11  8:42 [Buildroot] [PATCH] configs/ordeidc2: increase image size to 256M Dagg Stompler
2021-09-11  9:27 ` Yann E. MORIN
2021-09-11  9:30   ` Yann E. MORIN
2021-09-11 14:30     ` daggs
2021-09-11 14:29   ` daggs
2021-09-11 15:23     ` Yann E. MORIN
  -- strict thread matches above, loose matches on Subject: below --
2021-09-11  8:37 Dagg Stompler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.