diff options
author | Ross Burton <ross.burton@intel.com> | 2019-01-28 16:25:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-25 22:27:39 +0000 |
commit | 26fbff1363b09665c05c55b857ebb6c4e9022092 (patch) | |
tree | 02c14fe2ca9afb4d1bfd5a4a6d01bfed33c484b8 /meta/recipes-kernel/linux-firmware | |
parent | 5f17ea24a389ef52eba460eb942ebb4fbf343134 (diff) | |
download | poky-26fbff1363b09665c05c55b857ebb6c4e9022092.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)
(From OE-Core rev: b2885302dfb4b25ff1faf1906c06ba290c644be8)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.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.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} = "\ |