From: Armin Kuster <akuster808@gmail.com>
To: akuster808@gmail.com, openembedded-core@lists.openembedded.org
Subject: [PATCH 3/3] xorg-xserver 1.20 qemumips fix
Date: Fri, 14 Sep 2018 09:04:05 -0700 [thread overview]
Message-ID: <1536941045-3581-3-git-send-email-akuster808@gmail.com> (raw)
In-Reply-To: <1536941045-3581-1-git-send-email-akuster808@gmail.com>
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@windriver.com>
Signed-off-by: Armin Kuster <akuster808@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
next prev parent reply other threads:[~2018-09-14 16:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-14 16:04 [PATCH 1/3] xserver-xorg: upgrade 1.19.6 -> 1.20.1 Armin Kuster
2018-09-14 16:04 ` [PATCH 2/3] xf86-video-fbdev: update to 0.5.0 Armin Kuster
2018-09-14 16:04 ` Armin Kuster [this message]
2018-09-14 16:35 ` ✗ patchtest: failure for "xserver-xorg: upgrade 1.19.6 -..." and 2 more Patchwork
2018-09-18 2:51 ` [PATCH 1/3] xserver-xorg: upgrade 1.19.6 -> 1.20.1 Mittal, Anuj
2018-09-19 4:14 ` Khem Raj
2018-09-20 12:37 ` Burton, Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1536941045-3581-3-git-send-email-akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox