diff options
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericarm64.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf index 0c78960199..7738e71c4f 100644 --- a/meta-yocto-bsp/conf/machine/genericarm64.conf +++ b/meta-yocto-bsp/conf/machine/genericarm64.conf | |||
@@ -16,7 +16,12 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | |||
16 | # Install all the kernel modules into the rootfs | 16 | # Install all the kernel modules into the rootfs |
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 += "\ |
20 | linux-firmware-bcm43455 \ | ||
21 | linux-firmware-wl12xx \ | ||
22 | linux-firmware-wl18xx \ | ||
23 | linux-firmware-rtl-nic \ | ||
24 | " | ||
20 | # increase default size since we install a lot of kernel drivers and firmware by default | 25 | # increase default size since we install a lot of kernel drivers and firmware by default |
21 | INITRAMFS_MAXSIZE = "200000" | 26 | INITRAMFS_MAXSIZE = "200000" |
22 | 27 | ||