mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
d53fd491d9
commit
ec7c1b229b
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user