[PATCH v2 8/9] genericarm64.conf: increase initramfs size
Mikko Rapeli <[email protected]> Fri, 10 Oct 2025 16:52:37 +0300
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
With firmware files and more kernel modules the size limit is hit again. Increase by 60Mb. 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 22477b09ac..ff0c29d7f3 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 = "200000" +INITRAMFS_MAXSIZE = "260000" # Use an initramfs and populate it with the kernel modules and key firmware INITRAMFS_IMAGE ?= "core-image-initramfs-boot" -- 2.34.1