Skip to content

Commit

Permalink
balena-image-initramfs.bbappend: Increase rootfs maxsize to 40 MiB fo…
Browse files Browse the repository at this point in the history
…r raspberrypi5

Build fails with:
ERROR: balena-image-initramfs-1.0-r0 do_image_cpio: The rootfs size 36864(K) exceeds IMAGE_ROOTFS_MAXSIZE: 32768(K)

Until we find out why this happens, let's increase it to unblock the build

Changelog-entry: Increase rootfs maxsize to 40 MiB for raspberrypi5
Signed-off-by: Florin Sarbu <[email protected]>
  • Loading branch information
floion committed Sep 27, 2023
1 parent 97c8cf1 commit d4c23d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IMAGE_ROOTFS_MAXSIZE:raspberrypi5 = "40960"

0 comments on commit d4c23d5

Please sign in to comment.