mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
xen-tools: fix 32-bit x86 build by setting pvshim configure flags
Enable building the PV shim for x86_64 only. Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com> Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
35fce40e86
commit
1c0d8a026d
|
@ -125,6 +125,7 @@ EXTRA_OECONF += " \
|
|||
--disable-rombios \
|
||||
--disable-ocamltools \
|
||||
--disable-qemu-traditional \
|
||||
${@bb.utils.contains('XEN_TARGET_ARCH', 'x86_64', '--enable-pvshim', '--disable-pvshim', d)} \
|
||||
"
|
||||
|
||||
EXTRA_OEMAKE += "STDVGA_ROM=${STAGING_DIR_HOST}/usr/share/firmware/vgabios-0.7a.bin"
|
||||
|
|
Loading…
Reference in New Issue
Block a user