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 5e2b8c7623..4828b6effb 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | |||
@@ -256,6 +256,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ | |||
256 | ${PN}-adsp-sst-license ${PN}-adsp-sst \ | 256 | ${PN}-adsp-sst-license ${PN}-adsp-sst \ |
257 | ${PN}-bnx2-mips \ | 257 | ${PN}-bnx2-mips \ |
258 | ${PN}-netronome-license ${PN}-netronome \ | 258 | ${PN}-netronome-license ${PN}-netronome \ |
259 | ${PN}-qat ${PN}-qat-license \ | ||
259 | ${PN}-whence-license \ | 260 | ${PN}-whence-license \ |
260 | ${PN}-license \ | 261 | ${PN}-license \ |
261 | " | 262 | " |
@@ -699,6 +700,13 @@ LICENSE_${PN}-adsp-sst-license = "Firmware-adsp_sst" | |||
699 | FILES_${PN}-adsp-sst = "${nonarch_base_libdir}/firmware/intel/dsp_fw*" | 700 | FILES_${PN}-adsp-sst = "${nonarch_base_libdir}/firmware/intel/dsp_fw*" |
700 | RDEPENDS_${PN}-adsp-sst = "${PN}-adsp-sst-license" | 701 | RDEPENDS_${PN}-adsp-sst = "${PN}-adsp-sst-license" |
701 | 702 | ||
703 | # For QAT | ||
704 | LICENSE_${PN}-qat = "Firmware-qat" | ||
705 | LICENSE_${PN}-qat-license = "Firmware-qat" | ||
706 | FILES_${PN}-qat-license = "${nonarch_base_libdir}/firmware/LICENCE.qat_firmware" | ||
707 | FILES_${PN}-qat = "${nonarch_base_libdir}/firmware/qat*.bin" | ||
708 | RDEPENDS_${PN}-qat = "${PN}-qat-license" | ||
709 | |||
702 | # For other firmwares | 710 | # For other firmwares |
703 | # Maybe split out to separate packages when needed. | 711 | # Maybe split out to separate packages when needed. |
704 | LICENSE_${PN} = "\ | 712 | LICENSE_${PN} = "\ |