diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-03-03 15:10:36 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-03-03 20:03:52 -0500 |
commit | ec7c1b229b9b8c04e23bb454fc4f95893d53bd8e (patch) | |
tree | 8fbb282c3957f0b14d7988549c57decabec4f7b0 | |
parent | d53fd491d9b2222c376b1ef17465ae9d38fd65fb (diff) | |
download | meta-virtualization-ec7c1b229b9b8c04e23bb454fc4f95893d53bd8e.tar.gz |
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>
-rw-r--r-- | recipes-extended/xen/xen-python2.bb | 3 |
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 | ||
7 | SRCREV ?= "a5fcafbfbee55261853fba07149c1c795f2baf58" | 7 | SRCREV ?= "a5fcafbfbee55261853fba07149c1c795f2baf58" |
8 | 8 | ||
9 | # The same restriction as xen-tools.inc, because of the dependency on xen-tools-xentrace from xen-tools-xentrace-format | ||
10 | COMPATIBLE_HOST = 'i686-.*-linux|(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi' | ||
11 | |||
9 | XEN_REL ?= "4.12" | 12 | XEN_REL ?= "4.12" |
10 | XEN_BRANCH ?= "stable-4.12" | 13 | XEN_BRANCH ?= "stable-4.12" |
11 | 14 | ||