[oe] [PATCH][meta-oe] xf86-video-{nouveau, ati}: blacklist because of xorg-xserver upgrade

Martin Jansa martin.jansa at gmail.com
Mon Jan 4 14:23:59 UTC 2016


Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb     | 3 +++
 meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.9.bb | 3 +++
 2 files changed, 6 insertions(+)

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.2.0.bb
index d4d9591..bc2e957 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.2.0.bb
@@ -13,5 +13,8 @@ RRECOMMENDS_${PN} += "linux-firmware"
 
 COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
 
+# http://errors.yoctoproject.org/Errors/Details/25837/
+PNBLACKLIST[xf86-video-ati] = "not compatible with xorg-xserver 1.18.0 from current oe-core"
+
 SRC_URI[md5sum] = "5ab9a826699e5c86ef89fca43ebb3821"
 SRC_URI[sha256sum] = "f30f5efdc8d7d18d06eda7ef2f91a8b7290f1cfbf6ff26362cd47ab8969daec4"
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.9.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.9.bb
index 7b52de0..71a0362 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.9.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.9.bb
@@ -12,5 +12,8 @@ RDEPENDS_${PN} += "xserver-xorg-module-exa"
 
 COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
 
+# http://errors.yoctoproject.org/Errors/Details/25839/
+PNBLACKLIST[xf86-video-nouveau] = "not compatible with xorg-xserver 1.18.0 from current oe-core"
+
 SRC_URI[md5sum] = "8b2c0df5de3929597ade8c5ddb489a44"
 SRC_URI[sha256sum] = "b247c800e532fad1c80a5666d8ca0d4e5712064b6d7a3b030b32206a8de04482"
-- 
2.6.4




More information about the Openembedded-devel mailing list