summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen-hypervisor.inc
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2020-02-25 16:16:00 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-27 16:59:23 -0500
commita0964e2044cb1ccdd4f64173658ce7602257ff48 (patch)
tree342000d82bf63f5f4e24755979fd8247598a533b /recipes-extended/xen/xen-hypervisor.inc
parentf4eec68635bc516ce99c804bdc876f74dd4523fc (diff)
downloadmeta-virtualization-a0964e2044cb1ccdd4f64173658ce7602257ff48.tar.gz
xen, xen-tools: separate COMPATIBLE_HOST for hypervisor and tools
The tools have broader platform compatibility than the hypervisor. Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/xen/xen-hypervisor.inc')
-rw-r--r--recipes-extended/xen/xen-hypervisor.inc3
1 files changed, 3 insertions, 0 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 = " \