mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 12:32:11 +02:00
qemu packages can NOT be built for mips64, Set COMPATIBLE_HOST to null to block build them for such platform. (From OE-Core rev: 239d46d9060ee4f30da4f7633377639283f16453) Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
412 B
BlitzBasic
17 lines
412 B
BlitzBasic
require qemu.inc
|
|
|
|
SRCREV = "04024dea2674861fcf13582a77b58130c67fccd8"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
|
|
file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
|
|
|
|
PV = "1.3.0+git${SRCPV}"
|
|
PR = "r0"
|
|
|
|
SRC_URI_prepend = "git://git.qemu.org/qemu.git;protocol=git"
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
COMPATIBLE_HOST_mips64 = "null"
|