xen-python2: add the same COMPATIBLE_HOST restriction as xen-tools

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Martin Jansa 2020-03-03 15:10:36 +01:00 committed by Bruce Ashfield
parent d53fd491d9
commit ec7c1b229b

View File

@ -6,6 +6,9 @@ SECTION = "console/tools"
SRCREV ?= "a5fcafbfbee55261853fba07149c1c795f2baf58"
# The same restriction as xen-tools.inc, because of the dependency on xen-tools-xentrace from xen-tools-xentrace-format
COMPATIBLE_HOST = 'i686-.*-linux|(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi'
XEN_REL ?= "4.12"
XEN_BRANCH ?= "stable-4.12"