[oe] [meta-oe][PATCH] xf86-video-ati: update to 7.6.1

Koen Kooi koen at dominion.thruhere.net
Tue Jan 5 13:20:17 UTC 2016


Glamor support needs work in the xorg recipe as well as testing, it
produced weird artefacts in the picture on my HD6450 when I enabled it a
few months ago. Anyway, glamor wasn't enabled in 7.2.0 so no actual
change.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 .../{xf86-video-ati_7.2.0.bb => xf86-video-ati_7.6.1.bb}      | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-graphics/xorg-driver/{xf86-video-ati_7.2.0.bb => xf86-video-ati_7.6.1.bb} (73%)

diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb
similarity index 73%
rename from meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb
rename to meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb
index d4d9591..f1d06f2 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb
@@ -8,10 +8,13 @@ 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"
+SRC_URI[md5sum] = "ede86cd3d1b1d8882f0aea61d9e924ed"
+SRC_URI[sha256sum] = "2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c"
+
+EXTRA_OECONF += "--disable-glamor"
+
+RDEPENDS_${PN} += "xserver-xorg-module-exa"
+RRECOMMENDS_${PN} += "linux-firmware"
-- 
2.0.1




More information about the Openembedded-devel mailing list