summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-11-10 15:01:55 -0800
committerMark Hatle <mark.hatle@amd.com>2022-11-10 15:04:42 -0800
commitbcfad622b2c9ef597842517ddcba995027a49a00 (patch)
treedfe7ab8b20ad89b5b59ef83afb11b9583fc93ef1
parent1a533de34546570a50489c2207cdde0532b9dccf (diff)
downloadmeta-xilinx-bcfad622b2c9ef597842517ddcba995027a49a00.tar.gz
qemu-xilinx: No support for jack disable PACKAGECONFIG
The 'jack' PACKAGECONFIG is inherited from oe-core, disable this, as it is not supported. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc1
1 files changed, 1 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 c9c6545e..cc12b03e 100644
--- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc
+++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc
@@ -34,6 +34,7 @@ PACKAGECONFIG[alsa] = "--audio-drv-list=alsa,,alsa-lib"
34PACKAGECONFIG[pulsedio] = "--audio-drv-list=pa,,pulseaudio" 34PACKAGECONFIG[pulsedio] = "--audio-drv-list=pa,,pulseaudio"
35PACKAGECONFIG[selinux] = "" 35PACKAGECONFIG[selinux] = ""
36PACKAGECONFIG[slirp] = "--enable-slirp=git,--disable-slirp,," 36PACKAGECONFIG[slirp] = "--enable-slirp=git,--disable-slirp,,"
37PACKAGECONFIG[jack] = ""
37 38
38DISABLE_STATIC:pn-${PN} = "" 39DISABLE_STATIC:pn-${PN} = ""
39 40