diff options
Diffstat (limited to 'meta-xilinx-core/recipes-devtools/qemu')
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 @@ | |||
| 1 | FILESEXTRAPATHS:prepend := "${COREBASE}/meta/recipes-devtools/qemu/qemu-helper:" | ||
| 2 | |||
| 3 | require ${COREBASE}/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | ||
| 4 | |||
| 5 | # provide it, to replace the existing recipe | ||
| 6 | PROVIDES = "qemu-helper-native" | ||
| 7 | |||
| 8 | # replace qemu with qemu-xilinx | ||
| 9 | DEPENDS:remove = "qemu-system-native" | ||
| 10 | DEPENDS:append = " qemu-xilinx-system-native qemu-xilinx-multiarch-helper-native" | ||
| 11 | |||
| 12 | RDEPENDS:${PN}:remove = "qemu-system-native" | ||
| 13 | RDEPENDS:${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" | |||
| 10 | PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" | 10 | PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" |
| 11 | 11 | ||
| 12 | DEPENDS += "pixman-native qemu-xilinx-native bison-native ninja-native meson-native" | 12 | DEPENDS += "pixman-native qemu-xilinx-native bison-native ninja-native meson-native" |
| 13 | DEPENDS += "qemu-xilinx-multiarch-helper-native" | ||
| 13 | 14 | ||
| 14 | do_install:append() { | 15 | do_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" | |||
| 10 | PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" | 10 | PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" |
| 11 | 11 | ||
| 12 | DEPENDS += "pixman-native qemu-xilinx-native bison-native ninja-native meson-native" | 12 | DEPENDS += "pixman-native qemu-xilinx-native bison-native ninja-native meson-native" |
| 13 | DEPENDS += "qemu-xilinx-multiarch-helper-native" | ||
| 13 | 14 | ||
| 14 | do_install:append() { | 15 | do_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" | |||
| 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 |
