summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-core/recipes-devtools')
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.1.bb2
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.2.bb2
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc7
3 files changed, 4 insertions, 7 deletions
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.1.bb b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.1.bb
index f177872a..49faa73c 100644
--- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.1.bb
+++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.1.bb
@@ -4,7 +4,7 @@ PROVIDES = "qemu-system-native"
4 4
5EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" 5EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}"
6 6
7PACKAGECONFIG ??= "fdt alsa kvm pie" 7PACKAGECONFIG ??= "fdt alsa kvm pie slirp"
8 8
9PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" 9PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}"
10 10
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.2.bb b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.2.bb
index f177872a..49faa73c 100644
--- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.2.bb
+++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.2.bb
@@ -4,7 +4,7 @@ PROVIDES = "qemu-system-native"
4 4
5EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" 5EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}"
6 6
7PACKAGECONFIG ??= "fdt alsa kvm pie" 7PACKAGECONFIG ??= "fdt alsa kvm pie slirp"
8 8
9PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" 9PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}"
10 10
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc
index 0dde8023..48b85f21 100644
--- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc
+++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc
@@ -28,19 +28,16 @@ S = "${WORKDIR}/git"
28 28
29# Disable KVM completely 29# Disable KVM completely
30PACKAGECONFIG:remove = "kvm" 30PACKAGECONFIG:remove = "kvm"
31PACKAGECONFIG:append = " fdt sdl gcrypt pie" 31PACKAGECONFIG:append = " fdt sdl gcrypt pie slirp"
32 32
33 33
34PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt,"
35PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl2"
36PACKAGECONFIG[pie] = "--enable-pie,--disable-pie,,"
37
38# Remove when version is in sync with core oe-core 34# Remove when version is in sync with core oe-core
39PACKAGECONFIG:remove:class-nativesdk= "pulsedio" 35PACKAGECONFIG:remove:class-nativesdk= "pulsedio"
40PACKAGECONFIG:remove:class-native = "pulsedio" 36PACKAGECONFIG:remove:class-native = "pulsedio"
41PACKAGECONFIG[alsa] = "--audio-drv-list=alsa,,alsa-lib" 37PACKAGECONFIG[alsa] = "--audio-drv-list=alsa,,alsa-lib"
42PACKAGECONFIG[pulsedio] = "--audio-drv-list=pa,,pulseaudio" 38PACKAGECONFIG[pulsedio] = "--audio-drv-list=pa,,pulseaudio"
43PACKAGECONFIG[selinux] = "" 39PACKAGECONFIG[selinux] = ""
40PACKAGECONFIG[slirp] = "--enable-slirp=git,--disable-slirp,,"
44 41
45DISABLE_STATIC:pn-${PN} = "" 42DISABLE_STATIC:pn-${PN} = ""
46 43