diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-11-21 13:11:50 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-24 07:00:36 -0800 |
| commit | 87054357b1c6a8c2adbbf01fb037c5e90beb98df (patch) | |
| tree | 35e4837b884eff123dc80c454b92715dbd7f9df8 /meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb | |
| parent | db9994784a14ffd353fd0d4218a5a05fc3976b0d (diff) | |
| download | meta-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.bb | 1 |
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" | |||
| 11 | PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" | 11 | PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" |
| 12 | 12 | ||
| 13 | DEPENDS += "pixman-native qemu-xilinx-native bison-native ninja-native meson-native" | 13 | DEPENDS += "pixman-native qemu-xilinx-native bison-native ninja-native meson-native" |
| 14 | DEPENDS += "qemu-xilinx-multiarch-helper-native" | ||
| 14 | 15 | ||
| 15 | do_install:append() { | 16 | do_install:append() { |
| 16 | # The following is also installed by qemu-native | 17 | # The following is also installed by qemu-native |
