mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
Technically it won't work without, but it's possible to build the firmware into the kernel, so use RRECOMMENDS. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
647 B
BlitzBasic
18 lines
647 B
BlitzBasic
require recipes-graphics/xorg-driver/xorg-driver-video.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=aabff1606551f9461ccf567739af63dc"
|
|
|
|
SUMMARY = "X.Org X server -- ATI Radeon video driver"
|
|
|
|
DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics"
|
|
|
|
DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
|
|
virtual/libgl xineramaproto libpciaccess"
|
|
RDEPENDS_${PN} += "xserver-xorg-module-exa"
|
|
RRECOMMENDS_${PN} += "linux-firmware"
|
|
|
|
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
|
|
|
SRC_URI[md5sum] = "5ab9a826699e5c86ef89fca43ebb3821"
|
|
SRC_URI[sha256sum] = "f30f5efdc8d7d18d06eda7ef2f91a8b7290f1cfbf6ff26362cd47ab8969daec4"
|