From ec7c1b229b9b8c04e23bb454fc4f95893d53bd8e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 3 Mar 2020 15:10:36 +0100 Subject: xen-python2: add the same COMPATIBLE_HOST restriction as xen-tools Signed-off-by: Martin Jansa Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen-python2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-extended/xen/xen-python2.bb b/recipes-extended/xen/xen-python2.bb index 08d8e92a..ad3c1fd6 100644 --- a/recipes-extended/xen/xen-python2.bb +++ b/recipes-extended/xen/xen-python2.bb @@ -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" -- cgit v1.2.3-54-g00ecf