summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-11-21 13:11:50 -0800
committerMark Hatle <mark.hatle@amd.com>2022-11-24 07:00:36 -0800
commit87054357b1c6a8c2adbbf01fb037c5e90beb98df (patch)
tree35e4837b884eff123dc80c454b92715dbd7f9df8 /meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb
parentdb9994784a14ffd353fd0d4218a5a05fc3976b0d (diff)
downloadmeta-xilinx-87054357b1c6a8c2adbbf01fb037c5e90beb98df.tar.gz
qemu-xilinx-helper-native: Remove, replace with standard upstream version
qemu-system-helper contains support for general system items, there is no reason for us to provide our own version. We can then add a dependency for the specific xilinx multiarch component as needed to the system-native versions. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb')
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb1
1 files changed, 1 insertions, 0 deletions
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