summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/xen/xen-hypervisor.inc3
-rw-r--r--recipes-extended/xen/xen-tools.inc2
-rw-r--r--recipes-extended/xen/xen.inc2
3 files changed, 5 insertions, 2 deletions
diff --git a/recipes-extended/xen/xen-hypervisor.inc b/recipes-extended/xen/xen-hypervisor.inc
index 79fafd27..41de9b6a 100644
--- a/recipes-extended/xen/xen-hypervisor.inc
+++ b/recipes-extended/xen/xen-hypervisor.inc
@@ -6,6 +6,9 @@ DESCRIPTION = "The Xen hypervisor"
6# this allows for varying the target architecture or toolchain used 6# this allows for varying the target architecture or toolchain used
7# to build the different components. eg. 32-bit tools and a 64-bit hypervisor. 7# to build the different components. eg. 32-bit tools and a 64-bit hypervisor.
8 8
9# The Xen hypervisor has a narrower compatible platform range than the Xen tools
10COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi'
11
9inherit deploy python3native 12inherit deploy python3native
10 13
11PACKAGES = " \ 14PACKAGES = " \
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc
index a6f12090..00843ca5 100644
--- a/recipes-extended/xen/xen-tools.inc
+++ b/recipes-extended/xen/xen-tools.inc
@@ -1,6 +1,8 @@
1SUMMARY = "Xen hypervisor tools" 1SUMMARY = "Xen hypervisor tools"
2DESCRIPTION = "Tools and utility software for the Xen hypervisor" 2DESCRIPTION = "Tools and utility software for the Xen hypervisor"
3 3
4COMPATIBLE_HOST = 'i686-oe-linux|(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi'
5
4inherit setuptools3 update-rc.d systemd deploy 6inherit setuptools3 update-rc.d systemd deploy
5require xen-blktap.inc 7require xen-blktap.inc
6 8
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 0bfe72da..1ac131ed 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -2,8 +2,6 @@ HOMEPAGE = "http://xen.org"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3SECTION = "console/tools" 3SECTION = "console/tools"
4 4
5COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi'
6
7inherit autotools-brokensep 5inherit autotools-brokensep
8 6
9require xen-arch.inc 7require xen-arch.inc