diff options
author | Saul Wold <sgw@linux.intel.com> | 2017-10-23 15:33:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-20 22:52:58 +0000 |
commit | 97e8d728984b1af78b6e6b88104bfa81b9b9208e (patch) | |
tree | 16bba20fa7e4a0401d98918c24f34d47e2bcbfa6 | |
parent | d4ccdc7eb0ce39de0670ee70306fce3d73147dcc (diff) | |
download | poky-97e8d728984b1af78b6e6b88104bfa81b9b9208e.tar.gz |
linux-firmware: Split out the QAT firmware
Create a new qat package for those firmware blobs
(From OE-Core rev: b6a411ffe3baa2f5e2fa7314c2281b841d924125)
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>
-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 6f0dfad472..37e50cbf45 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | |||
@@ -255,6 +255,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ | |||
255 | ${PN}-adsp-sst-license ${PN}-adsp-sst \ | 255 | ${PN}-adsp-sst-license ${PN}-adsp-sst \ |
256 | ${PN}-bnx2-mips \ | 256 | ${PN}-bnx2-mips \ |
257 | ${PN}-netronome-license ${PN}-netronome \ | 257 | ${PN}-netronome-license ${PN}-netronome \ |
258 | ${PN}-qat ${PN}-qat-license \ | ||
258 | ${PN}-whence-license \ | 259 | ${PN}-whence-license \ |
259 | ${PN}-license \ | 260 | ${PN}-license \ |
260 | " | 261 | " |
@@ -697,6 +698,13 @@ LICENSE_${PN}-adsp-sst-license = "Firmware-adsp_sst" | |||
697 | FILES_${PN}-adsp-sst = "${nonarch_base_libdir}/firmware/intel/dsp_fw*" | 698 | FILES_${PN}-adsp-sst = "${nonarch_base_libdir}/firmware/intel/dsp_fw*" |
698 | RDEPENDS_${PN}-adsp-sst = "${PN}-adsp-sst-license" | 699 | RDEPENDS_${PN}-adsp-sst = "${PN}-adsp-sst-license" |
699 | 700 | ||
701 | # For QAT | ||
702 | LICENSE_${PN}-qat = "Firmware-qat" | ||
703 | LICENSE_${PN}-qat-license = "Firmware-qat" | ||
704 | FILES_${PN}-qat-license = "${nonarch_base_libdir}/firmware/LICENCE.qat_firmware" | ||
705 | FILES_${PN}-qat = "${nonarch_base_libdir}/firmware/qat*.bin" | ||
706 | RDEPENDS_${PN}-qat = "${PN}-qat-license" | ||
707 | |||
700 | # For other firmwares | 708 | # For other firmwares |
701 | # Maybe split out to separate packages when needed. | 709 | # Maybe split out to separate packages when needed. |
702 | LICENSE_${PN} = "\ | 710 | LICENSE_${PN} = "\ |