mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
f4eec68635
commit
a0964e2044
|
@ -6,6 +6,9 @@ DESCRIPTION = "The Xen hypervisor"
|
|||
# this allows for varying the target architecture or toolchain used
|
||||
# to build the different components. eg. 32-bit tools and a 64-bit hypervisor.
|
||||
|
||||
# The Xen hypervisor has a narrower compatible platform range than the Xen tools
|
||||
COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi'
|
||||
|
||||
inherit deploy python3native
|
||||
|
||||
PACKAGES = " \
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
SUMMARY = "Xen hypervisor tools"
|
||||
DESCRIPTION = "Tools and utility software for the Xen hypervisor"
|
||||
|
||||
COMPATIBLE_HOST = 'i686-oe-linux|(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi'
|
||||
|
||||
inherit setuptools3 update-rc.d systemd deploy
|
||||
require xen-blktap.inc
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@ HOMEPAGE = "http://xen.org"
|
|||
LICENSE = "GPLv2"
|
||||
SECTION = "console/tools"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi'
|
||||
|
||||
inherit autotools-brokensep
|
||||
|
||||
require xen-arch.inc
|
||||
|
|
Loading…
Reference in New Issue
Block a user