All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH v2 1/6] xen-tools: fix 32-bit x86 build by setting pvshim configure flags
@ 2021-04-14 23:39 Christopher Clark
  2021-04-14 23:39 ` [meta-virtualization][PATCH v2 2/6] xen, xen-tools: add recipes for new stable Xen 4.15 release Christopher Clark
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Christopher Clark @ 2021-04-14 23:39 UTC (permalink / raw)
  To: meta-virtualization
  Cc: cardoe, bruce.ashfield, bertrand.marquis, martin.jansa

Enable building the PV shim for x86_64 only.

Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
---
 recipes-extended/xen/xen.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 9e8fcad..2fbdb3a 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -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"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-04-16  9:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14 23:39 [meta-virtualization][PATCH v2 1/6] xen-tools: fix 32-bit x86 build by setting pvshim configure flags Christopher Clark
2021-04-14 23:39 ` [meta-virtualization][PATCH v2 2/6] xen, xen-tools: add recipes for new stable Xen 4.15 release Christopher Clark
2021-04-15  9:12   ` Bertrand Marquis
2021-04-15 19:24     ` Christopher Clark
2021-04-16  2:24       ` Bruce Ashfield
2021-04-16  6:18         ` Christopher Clark
2021-04-16  9:41           ` Bertrand Marquis
2021-04-16  9:40         ` Bertrand Marquis
2021-04-14 23:39 ` [meta-virtualization][PATCH v2 3/6] xen, xen-tools: uprev git recipes after " Christopher Clark
2021-04-15  9:20   ` Bertrand Marquis
2021-04-14 23:39 ` [meta-virtualization][PATCH v2 4/6] xen, xen-tools: Document the version update process in README Christopher Clark
2021-04-15  9:21   ` Bertrand Marquis
2021-04-14 23:39 ` [meta-virtualization][PATCH v2 5/6] xtf: introduce recipe for the Xen Test Framework Christopher Clark
2021-04-15  9:54   ` Bertrand Marquis
2021-04-14 23:39 ` [meta-virtualization][PATCH v2 6/6] xtf-image: add a new image " Christopher Clark
2021-04-15  9:54   ` Bertrand Marquis
2021-04-15  9:19 ` [meta-virtualization][PATCH v2 1/6] xen-tools: fix 32-bit x86 build by setting pvshim configure flags Bertrand Marquis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.