mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
in this case, those non poky distro can also use these recipe normally (From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
614 B
BlitzBasic
25 lines
614 B
BlitzBasic
require qemu.inc
|
|
|
|
SRCREV = "72bb3c7571226af13cfe9eec020a56add3d30a70"
|
|
|
|
PV = "0.12.4"
|
|
PR = "r12"
|
|
|
|
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/"
|
|
FILESDIR = "${WORKDIR}"
|
|
|
|
SRC_URI = "\
|
|
git://git.sv.gnu.org/qemu.git;protocol=git \
|
|
file://workaround_bad_futex_headers.patch \
|
|
file://qemu-git-qemugl-host.patch \
|
|
file://no-strip.patch \
|
|
file://fix-dirent.patch \
|
|
file://fix-nogl.patch \
|
|
file://qemugl-allow-glxcontext-release.patch \
|
|
file://linker-flags.patch \
|
|
file://qemu-vmware-vga-depth.patch \
|
|
file://enable-i386-linux-user.patch"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|