diff options
author | Arsalan H. Awan <Arsalan_Awan@mentor.com> | 2019-08-28 14:52:21 +0500 |
---|---|---|
committer | Arsalan H. Awan <Arsalan_Awan@mentor.com> | 2019-08-28 15:24:40 +0500 |
commit | cc5953c3a2f348543ed44492244627ee0de76239 (patch) | |
tree | 23430cd57f73086e7176e8be4375e5ad3b4079c0 /meta-amd-bsp/recipes-graphics/xorg-driver/xf86-video-amd_git.bb | |
parent | 4149413febf799293758015e230e0ce865ed9cb5 (diff) | |
download | meta-amd-cc5953c3a2f348543ed44492244627ee0de76239.tar.gz meta-amd-cc5953c3a2f348543ed44492244627ee0de76239.tar.bz2 meta-amd-cc5953c3a2f348543ed44492244627ee0de76239.zip |
common: rename to meta-amd-bsp
This renames common layers to meta-amd-bsp as it is going to hold all
the bsps in it in the following commits.
This also changes the layer title in layer.conf from "amd" to "amd-bsp"
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
Diffstat (limited to 'meta-amd-bsp/recipes-graphics/xorg-driver/xf86-video-amd_git.bb')
-rw-r--r-- | meta-amd-bsp/recipes-graphics/xorg-driver/xf86-video-amd_git.bb | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-graphics/xorg-driver/xf86-video-amd_git.bb b/meta-amd-bsp/recipes-graphics/xorg-driver/xf86-video-amd_git.bb new file mode 100644 index 00000000..07eb04e5 --- /dev/null +++ b/meta-amd-bsp/recipes-graphics/xorg-driver/xf86-video-amd_git.bb @@ -0,0 +1,41 @@ +SUMMARY = "X.Org X server -- AMD graphics chipsets driver" + +DESCRIPTION = "xf86-video-amd is an Xorg driver for AMD integrated \ +graphics chipsets. The driver supports depths 8, 15, 16 and 24. On \ +some chipsets, the driver supports hardware accelerated 3D via the \ +Direct Rendering Infrastructure (DRI)." + +require recipes-graphics/xorg-driver/xorg-driver-video.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=aabff1606551f9461ccf567739af63dc" + +DEPENDS += "virtual/libx11 drm xorgproto \ + virtual/libgl libpciaccess \ +" + +PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" +PACKAGECONFIG[glamor] = "--enable-glamor,--disable-glamor" + +SRC_URI_radeon = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati" +SRCREV_radeon = "5cbe1ee8e499e1b6b2646e341946292721d07e69" +PV_radeon = "radeon-7.8.0" +PACKAGECONFIG_append_radeon = " udev glamor" + +SRC_URI_amdgpu = "git://anongit.freedesktop.org/xorg/driver/xf86-video-amdgpu" +SRCREV_amdgpu = "98f172eb2d2353e19edd8167f22215ce596811f8" +PV_amdgpu = "amdgpu-19.0.1" +PACKAGECONFIG_append_amdgpu = " udev glamor" + +PV = "git${SRCPV}" + +S = "${WORKDIR}/git" + +RDEPENDS_${PN} += "mesa-driver-radeon \ + mesa-driver-radeonsi \ + mesa-driver-swrast \ +" + +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' + +PACKAGES += "${PN}-conf" +FILES_${PN}-conf = "${datadir}/X11" |