[OE-core] [PATCH 3/3] xorg-xserver 1.20 qemumips fix

Armin Kuster akuster808 at gmail.com
Fri Sep 14 16:04:05 UTC 2018


When updating to xorg-xserve 1.20+, mips64 would not work correctly and
cause the xorg test to fail.

Changing the DefaultDepth fixed that.

[Yocto # 12845]

Signed-off-by: Kevin Hao <kexin.hao at windriver.com>
Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf                | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf
index f4cd139..03b94dc 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf
@@ -26,6 +26,7 @@ Section "Screen"
     Identifier    "Default Screen"
     Device        "Graphics Controller"
     Monitor        "Generic Monitor"
+    DefaultDepth    16
     SubSection "Display"
         Modes     "640x480"
     EndSubSection
-- 
2.7.4




More information about the Openembedded-core mailing list