On 5/4/2022 12:37 PM, Mark Hatle wrote:
What is your configuration for these? I'm using the default config
and not getting any of these errors. I want to try to match what I can.
(Assume DISTRO_FEATURES?)
(I don't doubt the selinux one is wrong, since I know I don't have
that one. At one point the selinux config was a YP specific patch.)
Again this is off of master, not honister. The oe-core alsa config is
--audio-drv-list=default, which leads to the specific error for alsa, and
the pulsedio is --enable/disable, but the config doesn't know what
etiher of them are.
--Mark
On 5/4/22 1:29 PM, Jeremy Puhlman wrote:
+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"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5004):
https://lists.yoctoproject.org/g/meta-xilinx/message/5004
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]]
-=-=-=-=-=-=-=-=-=-=-=-