diff options
Diffstat (limited to 'meta/recipes-kernel/linux-firmware/linux-firmware_git.bb')
-rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb index 0338ba8ac2..020c8579f8 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | |||
@@ -264,6 +264,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ | |||
264 | ${PN}-adsp-sst-license ${PN}-adsp-sst \ | 264 | ${PN}-adsp-sst-license ${PN}-adsp-sst \ |
265 | ${PN}-bnx2-mips \ | 265 | ${PN}-bnx2-mips \ |
266 | ${PN}-netronome-license ${PN}-netronome \ | 266 | ${PN}-netronome-license ${PN}-netronome \ |
267 | ${PN}-qat ${PN}-qat-license \ | ||
267 | ${PN}-whence-license \ | 268 | ${PN}-whence-license \ |
268 | ${PN}-license \ | 269 | ${PN}-license \ |
269 | " | 270 | " |
@@ -707,6 +708,13 @@ LICENSE_${PN}-adsp-sst-license = "Firmware-adsp_sst" | |||
707 | FILES_${PN}-adsp-sst = "${nonarch_base_libdir}/firmware/intel/dsp_fw*" | 708 | FILES_${PN}-adsp-sst = "${nonarch_base_libdir}/firmware/intel/dsp_fw*" |
708 | RDEPENDS_${PN}-adsp-sst = "${PN}-adsp-sst-license" | 709 | RDEPENDS_${PN}-adsp-sst = "${PN}-adsp-sst-license" |
709 | 710 | ||
711 | # For QAT | ||
712 | LICENSE_${PN}-qat = "Firmware-qat" | ||
713 | LICENSE_${PN}-qat-license = "Firmware-qat" | ||
714 | FILES_${PN}-qat-license = "${nonarch_base_libdir}/firmware/LICENCE.qat_firmware" | ||
715 | FILES_${PN}-qat = "${nonarch_base_libdir}/firmware/qat*.bin" | ||
716 | RDEPENDS_${PN}-qat = "${PN}-qat-license" | ||
717 | |||
710 | # For other firmwares | 718 | # For other firmwares |
711 | # Maybe split out to separate packages when needed. | 719 | # Maybe split out to separate packages when needed. |
712 | LICENSE_${PN} = "\ | 720 | LICENSE_${PN} = "\ |