mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
657786eebd
commit
bdf976a085
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user