summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2022-05-04 14:29:12 -0400
committerMark Hatle <mark.hatle@kernel.crashing.org>2022-08-31 19:46:47 -0500
commit4e02e8ad28aa4db6e376483a846523fbfa149a66 (patch)
tree889d5ef2bebc88a9770d15ff2564c8efe9deb943 /meta-xilinx-core
parentb6b4360c410fe4f8b8c29d00324a59e0456c06c4 (diff)
downloadmeta-xilinx-4e02e8ad28aa4db6e376483a846523fbfa149a66.tar.gz
qemu-xilinux.inc: Override PACKAGECONFIG that are incompatible with current fork.
+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 <jpuhlman@mvista.com> Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta-xilinx-core')
-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 = ""