diff options
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 | ||