summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen.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.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.inc')
-rw-r--r--recipes-extended/xen/xen.inc2
1 files changed, 0 insertions, 2 deletions
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