mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
xen: make the dev86-native dependency specific to x86-64 target
Remove the requirement for x86 tools when building for ARM platforms. Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
9168b0ce83
commit
3038a912be
|
@ -25,8 +25,8 @@ PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd,"
|
||||||
PACKAGECONFIG[hvm] = "--with-system-seabios="/usr/share/firmware/bios.bin",--disable-seabios,seabios ipxe vgabios,"
|
PACKAGECONFIG[hvm] = "--with-system-seabios="/usr/share/firmware/bios.bin",--disable-seabios,seabios ipxe vgabios,"
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
|
${@bb.utils.contains('XEN_TARGET_ARCH', 'x86_64', 'dev86-native', '', d)} \
|
||||||
bison-native \
|
bison-native \
|
||||||
dev86-native \
|
|
||||||
flex-native \
|
flex-native \
|
||||||
file-native \
|
file-native \
|
||||||
gettext-native \
|
gettext-native \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user