summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools/qemu
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-core/recipes-devtools/qemu')
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb13
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.1.bb1
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2022.2.bb1
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb1
4 files changed, 3 insertions, 13 deletions
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb
deleted file mode 100644
index dd47f7a7..00000000
--- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1FILESEXTRAPATHS:prepend := "${COREBASE}/meta/recipes-devtools/qemu/qemu-helper:"
2
3require ${COREBASE}/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb
4
5# provide it, to replace the existing recipe
6PROVIDES = "qemu-helper-native"
7
8# replace qemu with qemu-xilinx
9DEPENDS:remove = "qemu-system-native"
10DEPENDS:append = " qemu-xilinx-system-native qemu-xilinx-multiarch-helper-native"
11
12RDEPENDS:${PN}:remove = "qemu-system-native"
13RDEPENDS:${PN}:append = " qemu-xilinx-system-native"
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 9a420021..d67b401d 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
@@ -10,6 +10,7 @@ PACKAGECONFIG ??= "fdt alsa kvm pie slirp"
10PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" 10PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}"
11 11
12DEPENDS += "pixman-native qemu-xilinx-native bison-native ninja-native meson-native" 12DEPENDS += "pixman-native qemu-xilinx-native bison-native ninja-native meson-native"
13DEPENDS += "qemu-xilinx-multiarch-helper-native"
13 14
14do_install:append() { 15do_install:append() {
15 # The following is also installed by qemu-native 16 # The following is also installed by qemu-native
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 3a8eadc4..8cef3db2 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
@@ -10,6 +10,7 @@ PACKAGECONFIG ??= "fdt alsa kvm pie slirp"
10PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" 10PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}"
11 11
12DEPENDS += "pixman-native qemu-xilinx-native bison-native ninja-native meson-native" 12DEPENDS += "pixman-native qemu-xilinx-native bison-native ninja-native meson-native"
13DEPENDS += "qemu-xilinx-multiarch-helper-native"
13 14
14do_install:append() { 15do_install:append() {
15 # The following is also installed by qemu-native 16 # The following is also installed by qemu-native
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb
index a0b889b7..1fb51cdd 100644
--- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb
+++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb
@@ -11,6 +11,7 @@ PACKAGECONFIG ??= "fdt alsa kvm pie slirp"
11PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" 11PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}"
12 12
13DEPENDS += "pixman-native qemu-xilinx-native bison-native ninja-native meson-native" 13DEPENDS += "pixman-native qemu-xilinx-native bison-native ninja-native meson-native"
14DEPENDS += "qemu-xilinx-multiarch-helper-native"
14 15
15do_install:append() { 16do_install:append() {
16 # The following is also installed by qemu-native 17 # The following is also installed by qemu-native