diff options
author | Christopher Clark <christopher.w.clark@gmail.com> | 2020-02-25 16:16:00 -0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-02-27 16:59:23 -0500 |
commit | a0964e2044cb1ccdd4f64173658ce7602257ff48 (patch) | |
tree | 342000d82bf63f5f4e24755979fd8247598a533b /recipes-extended/xen/xen-tools.inc | |
parent | f4eec68635bc516ce99c804bdc876f74dd4523fc (diff) | |
download | meta-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-tools.inc')
-rw-r--r-- | recipes-extended/xen/xen-tools.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "Xen hypervisor tools" | 1 | SUMMARY = "Xen hypervisor tools" |
2 | DESCRIPTION = "Tools and utility software for the Xen hypervisor" | 2 | DESCRIPTION = "Tools and utility software for the Xen hypervisor" |
3 | 3 | ||
4 | COMPATIBLE_HOST = 'i686-oe-linux|(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi' | ||
5 | |||
4 | inherit setuptools3 update-rc.d systemd deploy | 6 | inherit setuptools3 update-rc.d systemd deploy |
5 | require xen-blktap.inc | 7 | require xen-blktap.inc |
6 | 8 | ||