+PACKAGECONFIG[alsa] = "--audio-drv-list=alsa,,alsa-lib" | ERROR: Unknown driver 'default' selected | Possible drivers are: oss alsa sdl pa
+PACKAGECONFIG[pulsedio] = "--audio-drv-list=pa,,pulseaudio" | ERROR: unknown option --disable-pa +#PACKAGECONFIG[selinux] = "" | ERROR: unknown option --disable-selinux Signed-off-by: Jeremy A. Puhlman <[email protected]> --- meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc index 9f402a2b..225dce3a 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" PACKAGECONFIG:remove = "kvm" PACKAGECONFIG:append = " fdt sdl gcrypt pie" + PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt," PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl2" PACKAGECONFIG[pie] = "--enable-pie,--disable-pie,," +# Remove when version is in sync with core oe-core +PACKAGECONFIG:remove:class-nativesdk= "pulsedio" +PACKAGECONFIG:remove:class-native = "pulsedio" +PACKAGECONFIG[alsa] = "--audio-drv-list=alsa,,alsa-lib" +PACKAGECONFIG[pulsedio] = "--audio-drv-list=pa,,pulseaudio" +PACKAGECONFIG[selinux] = "" + DISABLE_STATIC:pn-${PN} = "" EXTRA_OECONF:remove = " --with-git=/bin/false --with-git-submodules=ignore" -- 2.35.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5000): https://lists.yoctoproject.org/g/meta-xilinx/message/5000 Mute This Topic: https://lists.yoctoproject.org/mt/90894568/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
