diff mbox series

[OE-core] linux-firmware: package amdgpu firmware

Message ID 20221016233720.79979-1-vince@underview.tech
State New
Headers show
Series [OE-core] linux-firmware: package amdgpu firmware | expand

Commit Message

Vincent Davis Jr Oct. 16, 2022, 11:37 p.m. UTC
Add packages for the firmware required by amdgpu kernel driver.

Signed-off-by: Vincent Davis Jr <vince@underview.tech>
---
 .../linux-firmware/linux-firmware_20220913.bb        | 12 ++++++++++++
 1 file changed, 12 insertions(+)

Comments

Khem Raj Oct. 17, 2022, 1:29 a.m. UTC | #1
On Sun, Oct 16, 2022 at 4:37 PM Vincent Davis Jr <vince@underview.tech> wrote:
>
> Add packages for the firmware required by amdgpu kernel driver.
>
> Signed-off-by: Vincent Davis Jr <vince@underview.tech>
> ---
>  .../linux-firmware/linux-firmware_20220913.bb        | 12 ++++++++++++

Thanks for the patch, this should however go to oe-core mailing list
since this recipe belongs to core layer.

>  1 file changed, 12 insertions(+)
>
> diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20220913.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20220913.bb
> index 45c9d0e861..bf15e53472 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() {
>  PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \
>               ${PN}-mt7601u-license ${PN}-mt7601u \
>               ${PN}-radeon-license ${PN}-radeon \
> +             ${PN}-amdgpu-license ${PN}-amdgpu \
>               ${PN}-marvell-license ${PN}-pcie8897 ${PN}-pcie8997 \
>               ${PN}-sd8686 ${PN}-sd8688 ${PN}-sd8787 ${PN}-sd8797 ${PN}-sd8801 \
>               ${PN}-sd8887 ${PN}-sd8897 ${PN}-sd8997 ${PN}-usb8997 \
> @@ -428,6 +429,17 @@ FILES:${PN}-radeon = " \
>
>  RDEPENDS:${PN}-radeon += "${PN}-radeon-license"
>
> +# For amdgpu
> +LICENSE:${PN}-amdgpu = "Firmware-amdgpu"
> +LICENSE:${PN}-amdgpu-license = "Firmware-amdgpu"
> +
> +FILES:${PN}-amdgpu-license = "${nonarch_base_libdir}/firmware/LICENSE.amdgpu"
> +FILES:${PN}-amdgpu = " \
> +  ${nonarch_base_libdir}/firmware/amdgpu \
> +"
> +
> +RDEPENDS:${PN}-amdgpu += "${PN}-amdgpu-license"
> +
>  # For lontium
>  LICENSE:${PN}-lt9611uxc = "Firmware-Lontium"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#99183): https://lists.openembedded.org/g/openembedded-devel/message/99183
> Mute This Topic: https://lists.openembedded.org/mt/94374455/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20220913.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20220913.bb
index 45c9d0e861..bf15e53472 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() {
 PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \
              ${PN}-mt7601u-license ${PN}-mt7601u \
              ${PN}-radeon-license ${PN}-radeon \
+             ${PN}-amdgpu-license ${PN}-amdgpu \
              ${PN}-marvell-license ${PN}-pcie8897 ${PN}-pcie8997 \
              ${PN}-sd8686 ${PN}-sd8688 ${PN}-sd8787 ${PN}-sd8797 ${PN}-sd8801 \
              ${PN}-sd8887 ${PN}-sd8897 ${PN}-sd8997 ${PN}-usb8997 \
@@ -428,6 +429,17 @@  FILES:${PN}-radeon = " \
 
 RDEPENDS:${PN}-radeon += "${PN}-radeon-license"
 
+# For amdgpu
+LICENSE:${PN}-amdgpu = "Firmware-amdgpu"
+LICENSE:${PN}-amdgpu-license = "Firmware-amdgpu"
+
+FILES:${PN}-amdgpu-license = "${nonarch_base_libdir}/firmware/LICENSE.amdgpu"
+FILES:${PN}-amdgpu = " \
+  ${nonarch_base_libdir}/firmware/amdgpu \
+"
+
+RDEPENDS:${PN}-amdgpu += "${PN}-amdgpu-license"
+
 # For lontium
 LICENSE:${PN}-lt9611uxc = "Firmware-Lontium"