diff options
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericarm64.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf index eb79475e9a..722bc7d4a6 100644 --- a/meta-yocto-bsp/conf/machine/genericarm64.conf +++ b/meta-yocto-bsp/conf/machine/genericarm64.conf | |||
@@ -17,6 +17,8 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | |||
17 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" | 17 | MACHINE_EXTRA_RRECOMMENDS += "kernel-modules" |
18 | # Install selected pieces of firmware | 18 | # Install selected pieces of firmware |
19 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-wl12xx linux-firmware-wl18xx linux-firmware-rtl-nic" | 19 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-wl12xx linux-firmware-wl18xx linux-firmware-rtl-nic" |
20 | # increase default size since we install a lot of kernel drivers and firmware by default | ||
21 | INITRAMFS_MAXSIZE = "200000" | ||
20 | 22 | ||
21 | # Use an initramfs and populate it with the kernel modules and key firmware | 23 | # Use an initramfs and populate it with the kernel modules and key firmware |
22 | INITRAMFS_IMAGE ?= "core-image-initramfs-boot" | 24 | INITRAMFS_IMAGE ?= "core-image-initramfs-boot" |