summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Andryuk <jandryuk@gmail.com>2023-12-05 13:42:06 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-06 22:55:50 +0000
commitfd2c5609971221414492c27014e6710c2bf09655 (patch)
tree371eee9a8d82013118f0f2818b59e25253ab96f4
parentbfae97c50dcb84690375822bd8d4d14c9ba7b905 (diff)
downloadpoky-fd2c5609971221414492c27014e6710c2bf09655.tar.gz
linux-firmware: Create bnx2x subpackage
bnx2x is another broadcom ethernet adapter with its own firmware. Place it into its own subpackage. (From OE-Core rev: 414f71bb692da7ca1899b07ebb689edeb53f8e0d) Signed-off-by: Jason Andryuk <jandryuk@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb
index a1229e4827..6667f00612 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb
@@ -341,6 +341,7 @@ PACKAGES =+ "${PN}-amphion-vpu-license ${PN}-amphion-vpu \
341 ${PN}-ice-enhanced-license ${PN}-ice-enhanced \ 341 ${PN}-ice-enhanced-license ${PN}-ice-enhanced \
342 ${PN}-adsp-sst-license ${PN}-adsp-sst \ 342 ${PN}-adsp-sst-license ${PN}-adsp-sst \
343 ${PN}-bnx2 \ 343 ${PN}-bnx2 \
344 ${PN}-bnx2x \
344 ${PN}-liquidio \ 345 ${PN}-liquidio \
345 ${PN}-nvidia-license \ 346 ${PN}-nvidia-license \
346 ${PN}-nvidia-tegra-k1 ${PN}-nvidia-tegra \ 347 ${PN}-nvidia-tegra-k1 ${PN}-nvidia-tegra \
@@ -1104,6 +1105,12 @@ FILES:${PN}-whence-license = "${nonarch_base_libdir}/firmware/WHENCE"
1104RDEPENDS:${PN}-bnx2 += "${PN}-whence-license" 1105RDEPENDS:${PN}-bnx2 += "${PN}-whence-license"
1105RPROVIDES:${PN}-bnx2 = "${PN}-bnx2-mips" 1106RPROVIDES:${PN}-bnx2 = "${PN}-bnx2-mips"
1106 1107
1108LICENSE:${PN}-bnx2x = "WHENCE"
1109
1110FILES:${PN}-bnx2x = "${nonarch_base_libdir}/firmware/bnx2x/bnx2x*.fw"
1111
1112RDEPENDS:${PN}-bnx2x += "${PN}-whence-license"
1113
1107# For cirrus 1114# For cirrus
1108LICENSE:${PN}-cirrus = "Firmware-cirrus" 1115LICENSE:${PN}-cirrus = "Firmware-cirrus"
1109LICENSE:${PN}-cirrus-license = "Firmware-cirrus" 1116LICENSE:${PN}-cirrus-license = "Firmware-cirrus"