mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
linux-firmware: Split out the QAT firmware
Create a new qat package for those firmware blobs (From OE-Core rev: 2d6a0ac81448db8d0262249ea325750b0e8433a4) 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>
This commit is contained in:
committed by
Richard Purdie
parent
8cddcae875
commit
63e5cd99e6
@@ -255,6 +255,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \
|
|||||||
${PN}-adsp-sst-license ${PN}-adsp-sst \
|
${PN}-adsp-sst-license ${PN}-adsp-sst \
|
||||||
${PN}-bnx2-mips \
|
${PN}-bnx2-mips \
|
||||||
${PN}-netronome-license ${PN}-netronome \
|
${PN}-netronome-license ${PN}-netronome \
|
||||||
|
${PN}-qat ${PN}-qat-license \
|
||||||
${PN}-whence-license \
|
${PN}-whence-license \
|
||||||
${PN}-license \
|
${PN}-license \
|
||||||
"
|
"
|
||||||
@@ -697,6 +698,13 @@ LICENSE_${PN}-adsp-sst-license = "Firmware-adsp_sst"
|
|||||||
FILES_${PN}-adsp-sst = "${nonarch_base_libdir}/firmware/intel/dsp_fw*"
|
FILES_${PN}-adsp-sst = "${nonarch_base_libdir}/firmware/intel/dsp_fw*"
|
||||||
RDEPENDS_${PN}-adsp-sst = "${PN}-adsp-sst-license"
|
RDEPENDS_${PN}-adsp-sst = "${PN}-adsp-sst-license"
|
||||||
|
|
||||||
|
# For QAT
|
||||||
|
LICENSE_${PN}-qat = "Firmware-qat"
|
||||||
|
LICENSE_${PN}-qat-license = "Firmware-qat"
|
||||||
|
FILES_${PN}-qat-license = "${nonarch_base_libdir}/firmware/LICENCE.qat_firmware"
|
||||||
|
FILES_${PN}-qat = "${nonarch_base_libdir}/firmware/qat*.bin"
|
||||||
|
RDEPENDS_${PN}-qat = "${PN}-qat-license"
|
||||||
|
|
||||||
# For other firmwares
|
# For other firmwares
|
||||||
# Maybe split out to separate packages when needed.
|
# Maybe split out to separate packages when needed.
|
||||||
LICENSE_${PN} = "\
|
LICENSE_${PN} = "\
|
||||||
|
|||||||
Reference in New Issue
Block a user