]> code.ossystems Code Review - openembedded-core.git/commit
qemumips: use std vga instead of cirrus vga
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 19 Feb 2020 19:47:45 +0000 (20:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Feb 2020 09:37:03 +0000 (09:37 +0000)
commit96e6434239268fd0fc021bda9c8fedd998597097
treef533477fffbb8acd0b79fd333cea38f54b72b239
parent1bddd7ac64bc0a863dec38bf4d9671f9f1a51b03
qemumips: use std vga instead of cirrus vga

This is what the upstream recommends nowadays:
https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/

I have verified that both X and weston continue to boot and look
right; however xorg.conf file needs to be removed as it is cirrus
specific and doesn't work and isn't needed with std vga.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/qemuboot-mips.inc
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips/xorg.conf [deleted file]
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf [deleted file]