Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] qemu: Avoid accidental librdmacm linkage
@ 2022-07-11 12:24 Richard Purdie
  2022-07-11 18:42 ` [OE-core] " Peter Kjellerstedt
  2022-07-12  8:23 ` Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Purdie @ 2022-07-11 12:24 UTC (permalink / raw)
  To: openembedded-core

Avoid accidentally linking to the rdma library from the host by
adding a PACKAGECONFIG for the option. This was found on new
Fedora 36 autobuilder workers.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/qemu/qemu.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index ef4e949805b..e9095fd750f 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -186,6 +186,7 @@ PACKAGECONFIG[pulsedio] = "--enable-pa,--disable-pa,pulseaudio"
 PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux"
 PACKAGECONFIG[bpf] = "--enable-bpf,--disable-bpf,libbpf"
 PACKAGECONFIG[capstone] = "--enable-capstone,--disable-capstone"
+PACKAGECONFIG[rdma] = "--enable-dma,--disable-rdma"
 
 INSANE_SKIP:${PN} = "arch"
 
-- 
2.34.1



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

end of thread, other threads:[~2022-07-12 10:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-11 12:24 [PATCH] qemu: Avoid accidental librdmacm linkage Richard Purdie
2022-07-11 18:42 ` [OE-core] " Peter Kjellerstedt
2022-07-12 10:31   ` Richard Purdie
2022-07-12  8:23 ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox