[PATCH] genericarm64.conf: increase size limit
Mikko Rapeli <[email protected]> Fri, 17 Apr 2026 12:34:42 +0300
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
More kernel modules, firmware files etc increase size of initramfs over the current limit. Other options to reduce initramfs size have been discussed but this is the acceptable solution for now. Signed-off-by: Mikko Rapeli <[email protected]> --- meta-yocto-bsp/conf/machine/genericarm64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf index be34a56..e10bec9 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 = "280000" +INITRAMFS_MAXSIZE = "350000" # Use an initramfs and populate it with the kernel modules and key firmware INITRAMFS_IMAGE ?= "core-image-initramfs-boot" -- 2.51.0