summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorVincent Davis Jr <vince@underview.tech>2022-10-18 01:28:54 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-09 17:42:14 +0000
commit23cf93f091321135fca4032aea16c674827fd414 (patch)
treec681114d2dde0c543cd4f11b0b1aead97d043bc4 /meta
parent9921f0a250a5b8b19bf844bc2cbc4da70a1f4406 (diff)
downloadpoky-23cf93f091321135fca4032aea16c674827fd414.tar.gz
linux-firmware: package amdgpu firmware
Add packages for the firmware required by amdgpu kernel driver. (From OE-Core rev: bb907ecbc0f513b83163db0985ae9ab3486389f4) Signed-off-by: Vincent Davis Jr <vince@underview.tech> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 0d7aa21f120a756d1a4fc4ae0be3527b54a58247) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux-firmware/linux-firmware_20220913.bb12
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() {
228PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ 228PACKAGES =+ "${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
430RDEPENDS:${PN}-radeon += "${PN}-radeon-license" 431RDEPENDS:${PN}-radeon += "${PN}-radeon-license"
431 432
433# For amdgpu
434LICENSE:${PN}-amdgpu = "Firmware-amdgpu"
435LICENSE:${PN}-amdgpu-license = "Firmware-amdgpu"
436
437FILES:${PN}-amdgpu-license = "${nonarch_base_libdir}/firmware/LICENSE.amdgpu"
438FILES:${PN}-amdgpu = " \
439 ${nonarch_base_libdir}/firmware/amdgpu \
440"
441
442RDEPENDS:${PN}-amdgpu += "${PN}-amdgpu-license"
443
432# For lontium 444# For lontium
433LICENSE:${PN}-lt9611uxc = "Firmware-Lontium" 445LICENSE:${PN}-lt9611uxc = "Firmware-Lontium"
434 446