diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-03-03 15:10:35 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-03-03 20:03:52 -0500 |
| commit | d53fd491d9b2222c376b1ef17465ae9d38fd65fb (patch) | |
| tree | 05de3a71cf9011b2efe4853dc963eeb17366aa65 | |
| parent | 7164f0391d4e2073cdb2fa8f2666c71083a02586 (diff) | |
| download | meta-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.inc | 2 |
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 @@ | |||
| 1 | SUMMARY = "Xen hypervisor tools" | 1 | SUMMARY = "Xen hypervisor tools" |
| 2 | DESCRIPTION = "Tools and utility software for the Xen hypervisor" | 2 | DESCRIPTION = "Tools and utility software for the Xen hypervisor" |
| 3 | 3 | ||
| 4 | COMPATIBLE_HOST = 'i686-oe-linux|(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi' | 4 | COMPATIBLE_HOST = 'i686-.*-linux|(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi' |
| 5 | 5 | ||
| 6 | inherit setuptools3 update-rc.d systemd deploy | 6 | inherit setuptools3 update-rc.d systemd deploy |
| 7 | require xen-blktap.inc | 7 | require xen-blktap.inc |
