diff options
Diffstat (limited to 'meta-yocto-bsp/conf/machine/genericarm64.conf')
| -rw-r--r-- | meta-yocto-bsp/conf/machine/genericarm64.conf | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericarm64.conf b/meta-yocto-bsp/conf/machine/genericarm64.conf index 0c78960199..ff0c29d7f3 100644 --- a/meta-yocto-bsp/conf/machine/genericarm64.conf +++ b/meta-yocto-bsp/conf/machine/genericarm64.conf | |||
| @@ -16,9 +16,20 @@ 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 | ${@bb.utils.contains_any('DISTRO_FEATURES', 'opencl opengl vulkan', 'linux-firmware-qcom-adreno-a660 linux-firmware-qcom-qcm6490-adreno', '', d)} \ | ||
| 25 | ${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k-wcn6750 linux-firmware-qcom-qcm6490-wifi', '', d)} \ | ||
| 26 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-wcn6750', '', d)} \ | ||
| 27 | linux-firmware-qcom-qcm6490-audio \ | ||
| 28 | linux-firmware-qcom-qcm6490-compute \ | ||
| 29 | linux-firmware-qcom-vpu \ | ||
| 30 | " | ||
| 20 | # 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 |
| 21 | INITRAMFS_MAXSIZE = "200000" | 32 | INITRAMFS_MAXSIZE = "260000" |
| 22 | 33 | ||
| 23 | # 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 |
| 24 | INITRAMFS_IMAGE ?= "core-image-initramfs-boot" | 35 | INITRAMFS_IMAGE ?= "core-image-initramfs-boot" |
