mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
runv: set COMPATIBLE_HOST
runv rdepends on qemu, so update COMPATIBLE_HOST for runv to accord with qemu. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
710f858012
commit
e26e780674
|
@ -19,6 +19,12 @@ inherit goarch
|
||||||
inherit pkgconfig
|
inherit pkgconfig
|
||||||
inherit autotools-brokensep
|
inherit autotools-brokensep
|
||||||
|
|
||||||
|
# accord with qemu
|
||||||
|
COMPATIBLE_HOST:mipsarchn32 = "null"
|
||||||
|
COMPATIBLE_HOST:mipsarchn64 = "null"
|
||||||
|
COMPATIBLE_HOST:riscv32 = "null"
|
||||||
|
COMPATIBLE_HOST:powerpc = "null"
|
||||||
|
|
||||||
PACKAGECONFIG[xen] = "--with-xen,--without-xen,"
|
PACKAGECONFIG[xen] = "--with-xen,--without-xen,"
|
||||||
AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/"
|
AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user