summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/xen/xen-python2.bb3
1 files changed, 3 insertions, 0 deletions
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"
6 6
7SRCREV ?= "a5fcafbfbee55261853fba07149c1c795f2baf58" 7SRCREV ?= "a5fcafbfbee55261853fba07149c1c795f2baf58"
8 8
9# The same restriction as xen-tools.inc, because of the dependency on xen-tools-xentrace from xen-tools-xentrace-format
10COMPATIBLE_HOST = 'i686-.*-linux|(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi'
11
9XEN_REL ?= "4.12" 12XEN_REL ?= "4.12"
10XEN_BRANCH ?= "stable-4.12" 13XEN_BRANCH ?= "stable-4.12"
11 14