[oe-commits] [openembedded-core] 06/07: xserver-xf86-config: 1.20 qemumips fix

git at git.openembedded.org git at git.openembedded.org
Mon Sep 17 07:42:30 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 46c72077a79ec7a37daefe78ba0f6230ee36bfbf
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Fri Sep 14 12:02:42 2018 -0700

    xserver-xf86-config: 1.20 qemumips fix
    
    When updating to xorg-xserver 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>
    Signed-off-by: Ross Burton <ross.burton at intel.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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list