diff options
-rw-r--r-- | recipes-core/runv/runv_git.bb | 6 |
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 | |||
19 | inherit pkgconfig | 19 | inherit pkgconfig |
20 | inherit autotools-brokensep | 20 | inherit autotools-brokensep |
21 | 21 | ||
22 | # accord with qemu | ||
23 | COMPATIBLE_HOST:mipsarchn32 = "null" | ||
24 | COMPATIBLE_HOST:mipsarchn64 = "null" | ||
25 | COMPATIBLE_HOST:riscv32 = "null" | ||
26 | COMPATIBLE_HOST:powerpc = "null" | ||
27 | |||
22 | PACKAGECONFIG[xen] = "--with-xen,--without-xen," | 28 | PACKAGECONFIG[xen] = "--with-xen,--without-xen," |
23 | AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/" | 29 | AUTOTOOLS_SCRIPT_PATH = "${S}/src/import/" |
24 | 30 | ||