diff mbox series

genericarm64: Increase initranfs size for 6.18 kernel modules

Message ID 20251223123202.1547855-1-richard.purdie@linuxfoundation.org (mailing list archive)
State New
Headers show
Series genericarm64: Increase initranfs size for 6.18 kernel modules | expand

Commit Message

Richard Purdie Dec. 23, 2025, 12:32 p.m. UTC
The new kernel has more/larger modules so we need to increase the
initramfs size again to allow it to continue to build.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta-yocto-bsp/conf/machine/genericarm64.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf
index 5259ea98152..2b1ce4bdd02 100644
--- a/meta-yocto-bsp/conf/machine/genericarm64.conf
+++ b/meta-yocto-bsp/conf/machine/genericarm64.conf
@@ -29,7 +29,7 @@  MACHINE_EXTRA_RRECOMMENDS += "\
     linux-firmware-qcom-vpu \
 "
 # increase default size since we install a lot of kernel drivers and firmware by default
-INITRAMFS_MAXSIZE = "260000"
+INITRAMFS_MAXSIZE = "280000"
 
 # Use an initramfs and populate it with the kernel modules and key firmware
 INITRAMFS_IMAGE ?= "core-image-initramfs-boot"