summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc
index c54e0e1a..d42aa484 100644
--- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc
+++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc
@@ -30,10 +30,18 @@ S = "${WORKDIR}/git"
30PACKAGECONFIG:remove = "kvm" 30PACKAGECONFIG:remove = "kvm"
31PACKAGECONFIG:append = " fdt sdl gcrypt pie" 31PACKAGECONFIG:append = " fdt sdl gcrypt pie"
32 32
33
33PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt," 34PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt,"
34PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl2" 35PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl2"
35PACKAGECONFIG[pie] = "--enable-pie,--disable-pie,," 36PACKAGECONFIG[pie] = "--enable-pie,--disable-pie,,"
36 37
38# Remove when version is in sync with core oe-core
39PACKAGECONFIG:remove:class-nativesdk= "pulsedio"
40PACKAGECONFIG:remove:class-native = "pulsedio"
41PACKAGECONFIG[alsa] = "--audio-drv-list=alsa,,alsa-lib"
42PACKAGECONFIG[pulsedio] = "--audio-drv-list=pa,,pulseaudio"
43PACKAGECONFIG[selinux] = ""
44
37DISABLE_STATIC:pn-${PN} = "" 45DISABLE_STATIC:pn-${PN} = ""
38 46
39PTEST_ENABLED = "" 47PTEST_ENABLED = ""