mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00: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
File diff suppressed because it is too large
Load Diff
@@ -7,9 +7,10 @@ LIC_FILES_CHKSUM = "file://README;md5=94ac1971e4f2309dc322d598e7b1f7dd"
|
|||||||
|
|
||||||
DEPENDS = "virtual/kernel"
|
DEPENDS = "virtual/kernel"
|
||||||
RRECOMMENDS_${PN} = "kernel-module-uvesafb"
|
RRECOMMENDS_${PN} = "kernel-module-uvesafb"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "http://distfiles.gentoo.org/distfiles/${BP}.tar.bz2 \
|
SRC_URI = "http://distfiles.gentoo.org/distfiles/${BP}.tar.bz2 \
|
||||||
|
file://Update-x86emu-from-X.org.patch \
|
||||||
file://fbsetup \
|
file://fbsetup \
|
||||||
file://ar-from-env.patch"
|
file://ar-from-env.patch"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user