summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2023-10-25 10:22:40 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-11-06 16:21:12 +0000
commite26e7806743a32a14f87f04a3bcb747293413ccc (patch)
treef829f96191d14c95841a10117b727e4d2ce8369d /recipes-core
parent710f858012e6b9352a51c7a96fb01fd58b840f65 (diff)
downloadmeta-virtualization-e26e7806743a32a14f87f04a3bcb747293413ccc.tar.gz
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>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/runv/runv_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-core/runv/runv_git.bb b/recipes-core/runv/runv_git.bb
index e5a5abd3..73cd81a6 100644
--- a/recipes-core/runv/runv_git.bb
+++ b/recipes-core/runv/runv_git.bb
@@ -19,6 +19,12 @@ inherit goarch
19inherit pkgconfig 19inherit pkgconfig
20inherit autotools-brokensep 20inherit autotools-brokensep
21 21
22# accord with qemu
23COMPATIBLE_HOST:mipsarchn32 = "null"
24COMPATIBLE_HOST:mipsarchn64 = "null"
25COMPATIBLE_HOST:riscv32 = "null"
26COMPATIBLE_HOST:powerpc = "null"
27
22PACKAGECONFIG[xen] = "--with-xen,--without-xen," 28PACKAGECONFIG[xen] = "--with-xen,--without-xen,"
23AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/" 29AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/"
24 30