mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
qemu: Add host gl support for qemu x86
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "zlib"
|
DEPENDS = "zlib"
|
||||||
PV = "0.9.1+svnr${SRCREV}"
|
PV = "0.9.1+svnr${SRCREV}"
|
||||||
PR = "r14"
|
PR = "r15"
|
||||||
|
|
||||||
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-0.9.1+svn/"
|
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-0.9.1+svn/"
|
||||||
|
|
||||||
@@ -18,17 +18,19 @@ SRC_URI = "\
|
|||||||
file://91-oh-sdl-cursor.patch;patch=1;pnum=0 \
|
file://91-oh-sdl-cursor.patch;patch=1;pnum=0 \
|
||||||
file://qemu-amd64-32b-mapping-0.9.0.patch;patch=1 \
|
file://qemu-amd64-32b-mapping-0.9.0.patch;patch=1 \
|
||||||
file://workaround_bad_futex_headers.patch;patch=1 \
|
file://workaround_bad_futex_headers.patch;patch=1 \
|
||||||
|
file://qemu-add-gl-host-code.patch;patch=1 \
|
||||||
file://no-strip.patch;patch=1 \
|
file://no-strip.patch;patch=1 \
|
||||||
file://fix-dirent.patch;patch=1"
|
file://fix-dirent.patch;patch=1"
|
||||||
|
|
||||||
S = "${WORKDIR}/trunk"
|
S = "${WORKDIR}/trunk"
|
||||||
|
|
||||||
#EXTRA_OECONF += "--disable-sdl"
|
#EXTRA_OECONF += "--disable-sdl"
|
||||||
#EXTRA_OECONF += "--target-list=arm-linux-user,arm-softmmu,i386-softmmu"
|
EXTRA_OECONF += "--target-list=arm-linux-user,arm-softmmu,i386-softmmu"
|
||||||
EXTRA_OECONF += "--disable-gfx-check"
|
EXTRA_OECONF += "--disable-gfx-check"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
${S}/configure --prefix=${prefix} ${EXTRA_OECONF}
|
${S}/configure --prefix=${prefix} ${EXTRA_OECONF}
|
||||||
|
chmod a+x ${S}/target-i386/beginend_funcs.sh
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user