mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
v86d: fix for SeaBIOS VGA BIOS compatibility
This fixes a compatibility issue between v86d and SeaBIOS VGA BIOS where the leal instruction is not decoded properly. Read the http://thread.gmane.org/gmane.comp.emulators.qemu/271806 thread for more details. Patch taken from upstream. (From OE-Core rev: 3e890dd00ed27cc30800caefa85827cb16da5a3a) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
99006ef296
commit
79ac26cc57
21766
meta/recipes-bsp/v86d/v86d/Update-x86emu-from-X.org.patch
Normal file
21766
meta/recipes-bsp/v86d/v86d/Update-x86emu-from-X.org.patch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -7,9 +7,10 @@ LIC_FILES_CHKSUM = "file://README;md5=94ac1971e4f2309dc322d598e7b1f7dd"
|
||||
|
||||
DEPENDS = "virtual/kernel"
|
||||
RRECOMMENDS_${PN} = "kernel-module-uvesafb"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://distfiles.gentoo.org/distfiles/${BP}.tar.bz2 \
|
||||
file://Update-x86emu-from-X.org.patch \
|
||||
file://fbsetup \
|
||||
file://ar-from-env.patch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user