summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-09-19 21:04:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-20 23:51:11 +0100
commita8b6f9601852dbe433b20c4ea3c1fe71469efca9 (patch)
tree18335a95e0fd7071120bbf8116433a0e99fdca5d /meta/recipes-devtools/qemu
parent5e1c6bc9f473f7543243f57e6a37edefafc9ba61 (diff)
downloadpoky-a8b6f9601852dbe433b20c4ea3c1fe71469efca9.tar.gz
qemu: Add PACKAGECONFIG for dax
Othereise it pokes at the build system and if ndctl is installed on the system it adds dependency on libdaxctl which can make it not work on other hosts where this is not available and qemu fails to run Fixes <recipe-sysroot-native>/usr/bin/qemu-system-x86_64: error while loading shared libraries: libdaxctl.so (From OE-Core rev: 2d61f31d7044fdc06fa526d8fd2c7cf485e260c6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 15b963d448..9664b747b3 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -195,6 +195,7 @@ PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc"
195PACKAGECONFIG[alsa] = "--audio-drv-list=default,,alsa-lib" 195PACKAGECONFIG[alsa] = "--audio-drv-list=default,,alsa-lib"
196PACKAGECONFIG[epoxy] = "--enable-opengl,--disable-opengl,libepoxy" 196PACKAGECONFIG[epoxy] = "--enable-opengl,--disable-opengl,libepoxy"
197PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" 197PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo"
198PACKAGECONFIG[dax] = "--enable-libdaxctl,--disable-libdaxctl,ndctl"
198PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl" 199PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl"
199PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls" 200PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls"
200PACKAGECONFIG[bzip2] = "--enable-bzip2,--disable-bzip2,bzip2" 201PACKAGECONFIG[bzip2] = "--enable-bzip2,--disable-bzip2,bzip2"