summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-03-03 15:10:35 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-03-03 20:03:52 -0500
commitd53fd491d9b2222c376b1ef17465ae9d38fd65fb (patch)
tree05de3a71cf9011b2efe4853dc963eeb17366aa65
parent7164f0391d4e2073cdb2fa8f2666c71083a02586 (diff)
downloadmeta-virtualization-d53fd491d9b2222c376b1ef17465ae9d38fd65fb.tar.gz
xen-tools: fix COMPATIBLE_HOST restriction for i686
* let TARGET_VENDOR to be set to something else than the default: meta/conf/bitbake.conf:TARGET_VENDOR = "-oe" like other architectures use Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/xen/xen-tools.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen-tools.inc b/recipes-extended/xen/xen-tools.inc
index 8bdbfec9..8b86f7b2 100644
--- a/recipes-extended/xen/xen-tools.inc
+++ b/recipes-extended/xen/xen-tools.inc
@@ -1,7 +1,7 @@
1SUMMARY = "Xen hypervisor tools" 1SUMMARY = "Xen hypervisor tools"
2DESCRIPTION = "Tools and utility software for the Xen hypervisor" 2DESCRIPTION = "Tools and utility software for the Xen hypervisor"
3 3
4COMPATIBLE_HOST = 'i686-oe-linux|(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi' 4COMPATIBLE_HOST = 'i686-.*-linux|(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi'
5 5
6inherit setuptools3 update-rc.d systemd deploy 6inherit setuptools3 update-rc.d systemd deploy
7require xen-blktap.inc 7require xen-blktap.inc