diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-11-02 15:52:25 -0500 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-02 17:25:45 -0700 |
| commit | 4430fb09b7ac3344513885f1f589aadd36fb3d08 (patch) | |
| tree | c9ad373eee14843d84340eea9a17c214f5a0757c /meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb | |
| parent | bec566bd927f7114f8b7ca182f11f19997a0345e (diff) | |
| download | meta-xilinx-4430fb09b7ac3344513885f1f589aadd36fb3d08.tar.gz | |
qemu-xilinx: Add initial 2023.1 branch
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 | 21 |
1 files changed, 21 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 new file mode 100644 index 00000000..53bea31d --- /dev/null +++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_2023.1.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | require qemu-xilinx-2023.1.inc | ||
| 2 | require qemu-xilinx-native.inc | ||
| 3 | |||
| 4 | PROVIDES = "qemu-system-native" | ||
| 5 | |||
| 6 | EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" | ||
| 7 | |||
| 8 | PACKAGECONFIG ??= "fdt alsa kvm pie slirp" | ||
| 9 | |||
| 10 | PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" | ||
| 11 | |||
| 12 | DEPENDS += "pixman-native qemu-xilinx-native bison-native ninja-native meson-native" | ||
| 13 | |||
| 14 | do_install:append() { | ||
| 15 | # The following is also installed by qemu-native | ||
| 16 | rm -f ${D}${datadir}/qemu/trace-events-all | ||
| 17 | rm -rf ${D}${datadir}/qemu/keymaps | ||
| 18 | rm -rf ${D}${datadir}/icons | ||
| 19 | rm -rf ${D}${includedir}/qemu-plugin.h | ||
| 20 | } | ||
| 21 | |||
