All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemu: Add knob for enabling PMDK pmem support
@ 2021-10-15  1:34 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2021-10-15  1:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

This ensures that libpmem dependency is added in a consistent manner

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 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 54ffb85286..6c72409590 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -194,6 +194,7 @@ PACKAGECONFIG[pie] = "--enable-pie,--disable-pie,,"
 PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp"
 # libnfs is currently provided by meta-kodi
 PACKAGECONFIG[libnfs] = "--enable-libnfs,--disable-libnfs,libnfs"
+PACKAGECONFIG[pmem] = "--enable-libpmem,--disable-libpmem,libpmem"
 
 INSANE_SKIP:${PN} = "arch"
 
-- 
2.33.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-15  1:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15  1:34 [PATCH] qemu: Add knob for enabling PMDK pmem support Khem Raj

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.