mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
7164f0391d
commit
d53fd491d9
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Xen hypervisor tools"
|
||||
DESCRIPTION = "Tools and utility software for the Xen hypervisor"
|
||||
|
||||
COMPATIBLE_HOST = 'i686-oe-linux|(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi'
|
||||
COMPATIBLE_HOST = 'i686-.*-linux|(x86_64.*).*-linux|aarch64.*-linux|arm-.*-linux-gnueabi'
|
||||
|
||||
inherit setuptools3 update-rc.d systemd deploy
|
||||
require xen-blktap.inc
|
||||
|
|
Loading…
Reference in New Issue
Block a user