diff options
author | Vincent Davis Jr <vince@underview.tech> | 2022-10-18 01:28:54 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-26 12:28:39 +0100 |
commit | d7c69492c18754e13a87908b7fa2aba79f348b77 (patch) | |
tree | 2f4675874ee9c76d31bd3358a299aa429ce2a3e3 /meta/recipes-kernel/linux-firmware | |
parent | 27e0442d7ba0ae4fae73ec20ae4b00c677ddbca7 (diff) | |
download | poky-d7c69492c18754e13a87908b7fa2aba79f348b77.tar.gz |
linux-firmware: package amdgpu firmware
Add packages for the firmware required by amdgpu kernel driver.
(From OE-Core rev: 0d7aa21f120a756d1a4fc4ae0be3527b54a58247)
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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_20220913.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20220913.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20220913.bb index eea9251a84..8f921e2d0e 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20220913.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20220913.bb | |||
@@ -228,6 +228,7 @@ do_install() { | |||
228 | PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ | 228 | PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ |
229 | ${PN}-mt7601u-license ${PN}-mt7601u \ | 229 | ${PN}-mt7601u-license ${PN}-mt7601u \ |
230 | ${PN}-radeon-license ${PN}-radeon \ | 230 | ${PN}-radeon-license ${PN}-radeon \ |
231 | ${PN}-amdgpu-license ${PN}-amdgpu \ | ||
231 | ${PN}-marvell-license ${PN}-pcie8897 ${PN}-pcie8997 \ | 232 | ${PN}-marvell-license ${PN}-pcie8897 ${PN}-pcie8997 \ |
232 | ${PN}-sd8686 ${PN}-sd8688 ${PN}-sd8787 ${PN}-sd8797 ${PN}-sd8801 \ | 233 | ${PN}-sd8686 ${PN}-sd8688 ${PN}-sd8787 ${PN}-sd8797 ${PN}-sd8801 \ |
233 | ${PN}-sd8887 ${PN}-sd8897 ${PN}-sd8997 ${PN}-usb8997 \ | 234 | ${PN}-sd8887 ${PN}-sd8897 ${PN}-sd8997 ${PN}-usb8997 \ |
@@ -429,6 +430,17 @@ FILES:${PN}-radeon = " \ | |||
429 | 430 | ||
430 | RDEPENDS:${PN}-radeon += "${PN}-radeon-license" | 431 | RDEPENDS:${PN}-radeon += "${PN}-radeon-license" |
431 | 432 | ||
433 | # For amdgpu | ||
434 | LICENSE:${PN}-amdgpu = "Firmware-amdgpu" | ||
435 | LICENSE:${PN}-amdgpu-license = "Firmware-amdgpu" | ||
436 | |||
437 | FILES:${PN}-amdgpu-license = "${nonarch_base_libdir}/firmware/LICENSE.amdgpu" | ||
438 | FILES:${PN}-amdgpu = " \ | ||
439 | ${nonarch_base_libdir}/firmware/amdgpu \ | ||
440 | " | ||
441 | |||
442 | RDEPENDS:${PN}-amdgpu += "${PN}-amdgpu-license" | ||
443 | |||
432 | # For lontium | 444 | # For lontium |
433 | LICENSE:${PN}-lt9611uxc = "Firmware-Lontium" | 445 | LICENSE:${PN}-lt9611uxc = "Firmware-Lontium" |
434 | 446 | ||