summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-10-23 15:33:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-14 11:09:46 +0000
commit2b3f2c67b65bb3cc19cac4b618bb86d4f1483539 (patch)
tree6e0b43fc3ce5030e33969e8edee5e389bcb982cf /meta
parent3bae1d95f594081c89c61572f88ed45729f98f84 (diff)
downloadpoky-2b3f2c67b65bb3cc19cac4b618bb86d4f1483539.tar.gz
linux-firmware: Split out the QAT firmware
Create a new qat package for those firmware blobs (From OE-Core rev: c61c0f74e455234ba0641a859372e84aee507d02) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit b48c746736012cfd85e8263efcf125ecd17ca7bb) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 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"
699FILES_${PN}-adsp-sst = "${nonarch_base_libdir}/firmware/intel/dsp_fw*" 700FILES_${PN}-adsp-sst = "${nonarch_base_libdir}/firmware/intel/dsp_fw*"
700RDEPENDS_${PN}-adsp-sst = "${PN}-adsp-sst-license" 701RDEPENDS_${PN}-adsp-sst = "${PN}-adsp-sst-license"
701 702
703# For QAT
704LICENSE_${PN}-qat = "Firmware-qat"
705LICENSE_${PN}-qat-license = "Firmware-qat"
706FILES_${PN}-qat-license = "${nonarch_base_libdir}/firmware/LICENCE.qat_firmware"
707FILES_${PN}-qat = "${nonarch_base_libdir}/firmware/qat*.bin"
708RDEPENDS_${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.
704LICENSE_${PN} = "\ 712LICENSE_${PN} = "\