diff options
-rw-r--r-- | meta-oe/recipes-graphics/xorg-driver/xf86-video-amdgpu_22.0.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-amdgpu_22.0.0.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-amdgpu_22.0.0.bb new file mode 100644 index 0000000000..94e2ea43ee --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-amdgpu_22.0.0.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | require recipes-graphics/xorg-driver/xorg-driver-video.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=aabff1606551f9461ccf567739af63dc" | ||
4 | |||
5 | SUMMARY = "X.Org X server -- AMD Radeon GPU display driver" | ||
6 | |||
7 | DESCRIPTION = "Xorg driver for AMD Radeon GPUs using the amdgpu kernel driver" | ||
8 | |||
9 | SRC_URI[md5sum] = "73efb437f5eb29b2c52a9d82c7e15d72" | ||
10 | SRC_URI[sha256sum] = "bc47a1a8854e790270fa5de2fb9dfe8558139b03d8f68ac1057dcd235d572dcc" | ||
11 | |||
12 | XORG_DRIVER_COMPRESSOR = ".tar.gz" | ||
13 | DEPENDS += "virtual/libx11 libdrm virtual/libgbm xorgproto" | ||
14 | |||
15 | PACKAGECONFIG ??= "udev glamor" | ||
16 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" | ||
17 | PACKAGECONFIG[glamor] = "--enable-glamor,--disable-glamor" | ||
18 | |||
19 | RRECOMMENDS:${PN} += "linux-firmware-amdgpu" | ||
20 | |||
21 | FILES:${PN}-config = "${datadir}/X11/xorg.conf.d" | ||
22 | FILES:${PN} += "${datadir}/X11" | ||