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:25:05 +0000 |
commit | b2885302dfb4b25ff1faf1906c06ba290c644be8 (patch) | |
tree | 2e0bda3b10e0bedff2ffda75e6cae1fe257b4f35 | |
parent | 463a99a08866936fbbd4178bfe5b6679d6d103fa (diff) | |
download | openembedded-core-b2885302dfb4b25ff1faf1906c06ba290c644be8.tar.gz openembedded-core-b2885302dfb4b25ff1faf1906c06ba290c644be8.tar.bz2 openembedded-core-b2885302dfb4b25ff1faf1906c06ba290c644be8.zip |
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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 \ ${PN}-i915-license ${PN}-i915 \ ${PN}-adsp-sst-license ${PN}-adsp-sst \ ${PN}-bnx2-mips \ + ${PN}-liquidio \ ${PN}-netronome-license ${PN}-netronome \ ${PN}-qat ${PN}-qat-license \ ${PN}-qcom-license \ @@ -860,6 +861,8 @@ RDEPENDS_${PN}-qcom-venus-4.2 = "${PN}-qcom-license" RDEPENDS_${PN}-qcom-adreno-a3xx = "${PN}-qcom-license" RDEPENDS_${PN}-qcom-adreno-a530 = "${PN}-qcom-license" +FILES_${PN}-liquidio = "${nonarch_base_libdir}/firmware/liquidio" + # For other firmwares # Maybe split out to separate packages when needed. LICENSE_${PN} = "\ |