diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-11-10 15:01:55 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-10 15:04:42 -0800 |
| commit | bcfad622b2c9ef597842517ddcba995027a49a00 (patch) | |
| tree | dfe7ab8b20ad89b5b59ef83afb11b9583fc93ef1 | |
| parent | 1a533de34546570a50489c2207cdde0532b9dccf (diff) | |
| download | meta-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.inc | 1 |
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" | |||
| 34 | PACKAGECONFIG[pulsedio] = "--audio-drv-list=pa,,pulseaudio" | 34 | PACKAGECONFIG[pulsedio] = "--audio-drv-list=pa,,pulseaudio" |
| 35 | PACKAGECONFIG[selinux] = "" | 35 | PACKAGECONFIG[selinux] = "" |
| 36 | PACKAGECONFIG[slirp] = "--enable-slirp=git,--disable-slirp,," | 36 | PACKAGECONFIG[slirp] = "--enable-slirp=git,--disable-slirp,," |
| 37 | PACKAGECONFIG[jack] = "" | ||
| 37 | 38 | ||
| 38 | DISABLE_STATIC:pn-${PN} = "" | 39 | DISABLE_STATIC:pn-${PN} = "" |
| 39 | 40 | ||
