diff options
author | Jason Andryuk <jandryuk@gmail.com> | 2023-12-05 13:42:06 -0500 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-01-16 07:54:08 -1000 |
commit | 6ed9c8671e0af3c9e56ae2418a42968013152591 (patch) | |
tree | 1824c9d487405f5016ac5ce0424782e345f3996d | |
parent | 95bc902c13734ad0254e30d40b0ae9e5b847c22c (diff) | |
download | poky-6ed9c8671e0af3c9e56ae2418a42968013152591.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: bb9eeafb13a69fe71919832b89a01ef8b561f7d7)
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>
(cherry picked from commit 414f71bb692da7ca1899b07ebb689edeb53f8e0d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-kernel/linux-firmware/linux-firmware_20231030.bb | 7 |
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" | |||
1104 | RDEPENDS:${PN}-bnx2 += "${PN}-whence-license" | 1105 | RDEPENDS:${PN}-bnx2 += "${PN}-whence-license" |
1105 | RPROVIDES:${PN}-bnx2 = "${PN}-bnx2-mips" | 1106 | RPROVIDES:${PN}-bnx2 = "${PN}-bnx2-mips" |
1106 | 1107 | ||
1108 | LICENSE:${PN}-bnx2x = "WHENCE" | ||
1109 | |||
1110 | FILES:${PN}-bnx2x = "${nonarch_base_libdir}/firmware/bnx2x/bnx2x*.fw" | ||
1111 | |||
1112 | RDEPENDS:${PN}-bnx2x += "${PN}-whence-license" | ||
1113 | |||
1107 | # For cirrus | 1114 | # For cirrus |
1108 | LICENSE:${PN}-cirrus = "Firmware-cirrus" | 1115 | LICENSE:${PN}-cirrus = "Firmware-cirrus" |
1109 | LICENSE:${PN}-cirrus-license = "Firmware-cirrus" | 1116 | LICENSE:${PN}-cirrus-license = "Firmware-cirrus" |