summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@linaro.org>2025-10-10 16:52:37 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-13 23:29:52 +0100
commitbdf976a08500fabe509e806fcf115464a9d8c2e8 (patch)
tree010334d36c7d2af1228edbb18d83fc8c1fa74817 /meta-yocto-bsp
parent657786eebdc310fe8d31a9b4a5c7839304c8795c (diff)
downloadpoky-bdf976a08500fabe509e806fcf115464a9d8c2e8.tar.gz
genericarm64.conf: increase initramfs size
With firmware files and more kernel modules the size limit is hit again. Increase by 60Mb. (From meta-yocto rev: 4348f496cf4950cf665d7c56643718b5238e96bf) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/conf/machine/genericarm64.conf2
1 files changed, 1 insertions, 1 deletions
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 += "\
29 linux-firmware-qcom-vpu \ 29 linux-firmware-qcom-vpu \
30" 30"
31# increase default size since we install a lot of kernel drivers and firmware by default 31# increase default size since we install a lot of kernel drivers and firmware by default
32INITRAMFS_MAXSIZE = "200000" 32INITRAMFS_MAXSIZE = "260000"
33 33
34# Use an initramfs and populate it with the kernel modules and key firmware 34# Use an initramfs and populate it with the kernel modules and key firmware
35INITRAMFS_IMAGE ?= "core-image-initramfs-boot" 35INITRAMFS_IMAGE ?= "core-image-initramfs-boot"