]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xf86-config: 1.20 qemumips fix
authorArmin Kuster <akuster808@gmail.com>
Fri, 14 Sep 2018 19:02:42 +0000 (12:02 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Sep 2018 07:39:23 +0000 (08:39 +0100)
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@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf

index f4cd139e8d79c4ee72ddf341d0fd7e7999993072..03b94dc3af6a407d4bfbc4e737e721cd00539885 100644 (file)
@@ -26,6 +26,7 @@ Section "Screen"
     Identifier    "Default Screen"
     Device        "Graphics Controller"
     Monitor        "Generic Monitor"
+    DefaultDepth    16
     SubSection "Display"
         Modes     "640x480"
     EndSubSection