diff options
author | Ross Burton <ross.burton@intel.com> | 2019-01-28 16:25:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-28 23:14:10 +0000 |
commit | 45eb9b531db65cce85505991ab0f00b94c4ef0b6 (patch) | |
tree | 26301d823f5df10ece3dd72b0487629eafc3f078 /meta | |
parent | 1b0304b8379f9d852575252e77bdc6428edd1ce0 (diff) | |
download | poky-45eb9b531db65cce85505991ab0f00b94c4ef0b6.tar.gz |
linux-firmware: split out liquidio firmware
Part of this firmware is a pre-built Linux kernel, so it's both huge (25MB) and
triggers binary security scanners as the kernel is 3.10.87.
(From OE-Core rev: 973befb880094c1d862291be0bdfa74ccdfa0929)
Signed-off-by: Ross Burton <ross.burton@intel.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.bb | 3 |
1 files changed, 3 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 2e5d0f3e94..d337d07a53 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | |||
@@ -300,6 +300,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ | |||
300 | ${PN}-i915-license ${PN}-i915 \ | 300 | ${PN}-i915-license ${PN}-i915 \ |
301 | ${PN}-adsp-sst-license ${PN}-adsp-sst \ | 301 | ${PN}-adsp-sst-license ${PN}-adsp-sst \ |
302 | ${PN}-bnx2-mips \ | 302 | ${PN}-bnx2-mips \ |
303 | ${PN}-liquidio \ | ||
303 | ${PN}-netronome-license ${PN}-netronome \ | 304 | ${PN}-netronome-license ${PN}-netronome \ |
304 | ${PN}-qat ${PN}-qat-license \ | 305 | ${PN}-qat ${PN}-qat-license \ |
305 | ${PN}-qcom-license \ | 306 | ${PN}-qcom-license \ |
@@ -860,6 +861,8 @@ RDEPENDS_${PN}-qcom-venus-4.2 = "${PN}-qcom-license" | |||
860 | RDEPENDS_${PN}-qcom-adreno-a3xx = "${PN}-qcom-license" | 861 | RDEPENDS_${PN}-qcom-adreno-a3xx = "${PN}-qcom-license" |
861 | RDEPENDS_${PN}-qcom-adreno-a530 = "${PN}-qcom-license" | 862 | RDEPENDS_${PN}-qcom-adreno-a530 = "${PN}-qcom-license" |
862 | 863 | ||
864 | FILES_${PN}-liquidio = "${nonarch_base_libdir}/firmware/liquidio" | ||
865 | |||
863 | # For other firmwares | 866 | # For other firmwares |
864 | # Maybe split out to separate packages when needed. | 867 | # Maybe split out to separate packages when needed. |
865 | LICENSE_${PN} = "\ | 868 | LICENSE_${PN} = "\ |