summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux-firmware
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-10-23 15:33:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-05 22:33:23 +0000
commitcf774f74510cc1d04f69e7473778886dbfe6206e (patch)
treebc62b4582ea469fed8d54935ecbefbec4ff1f9d7 /meta/recipes-kernel/linux-firmware
parent8c2ed5e21086cb5825a1c7f50c9ab9abc8b7584d (diff)
downloadpoky-cf774f74510cc1d04f69e7473778886dbfe6206e.tar.gz
linux-firmware: Split out the QAT firmware
Create a new qat package for those firmware blobs (From OE-Core rev: b48c746736012cfd85e8263efcf125ecd17ca7bb) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux-firmware')
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_git.bb8
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"
707FILES_${PN}-adsp-sst = "${nonarch_base_libdir}/firmware/intel/dsp_fw*" 708FILES_${PN}-adsp-sst = "${nonarch_base_libdir}/firmware/intel/dsp_fw*"
708RDEPENDS_${PN}-adsp-sst = "${PN}-adsp-sst-license" 709RDEPENDS_${PN}-adsp-sst = "${PN}-adsp-sst-license"
709 710
711# For QAT
712LICENSE_${PN}-qat = "Firmware-qat"
713LICENSE_${PN}-qat-license = "Firmware-qat"
714FILES_${PN}-qat-license = "${nonarch_base_libdir}/firmware/LICENCE.qat_firmware"
715FILES_${PN}-qat = "${nonarch_base_libdir}/firmware/qat*.bin"
716RDEPENDS_${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.
712LICENSE_${PN} = "\ 720LICENSE_${PN} = "\