Skip to content

Commit 5b74744

Browse files
committed
meta-zephyr-sdk: Remove qemu_legacy
This commit removes the `qemu_legacy` recipe for building `qemu-system-sparc` because the main QEMU build is now able to emulate the Zephyr QEMU board. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent ae089b2 commit 5b74744

File tree

4 files changed

+1
-255
lines changed

4 files changed

+1
-255
lines changed

meta-zephyr-sdk/recipes-devtools/qemu/qemu-zephyr_git.bb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ EXTRA_OECONF = " \
9292
--disable-af-xdp \
9393
${PACKAGECONFIG_CONFARGS} \
9494
"
95-
QEMU_TARGETS = "aarch64-softmmu arm-softmmu i386-softmmu or1k-softmmu mips-softmmu mipsel-softmmu xtensa-softmmu riscv32-softmmu riscv64-softmmu x86_64-softmmu rx-softmmu"
95+
QEMU_TARGETS = "aarch64-softmmu arm-softmmu i386-softmmu or1k-softmmu mips-softmmu mipsel-softmmu riscv32-softmmu riscv64-softmmu rx-softmmu sparc-softmmu x86_64-softmmu xtensa-softmmu"
9696

9797
EXTRA_OECONF:append:class-target = " --cross-prefix=${HOST_PREFIX}"
9898
EXTRA_OECONF:append:class-nativesdk = " --cross-prefix=${HOST_PREFIX}"
@@ -157,9 +157,6 @@ do_install:append() {
157157
# Link ARC (Synopsys) QEMU executables
158158
ln -sf ../synopsys/bin/qemu-system-arc ${D}${bindir}/qemu-system-arc
159159
ln -sf ../synopsys/bin/qemu-system-arc64 ${D}${bindir}/qemu-system-arc64
160-
161-
# Link other legacy QEMU executables
162-
ln -sf ../legacy/bin/qemu-system-sparc ${D}${bindir}/qemu-system-sparc
163160
}
164161

165162
# Disable kvm/virgl/mesa on targets that do not support it

meta-zephyr-sdk/recipes-devtools/qemu_legacy/files/cross.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

meta-zephyr-sdk/recipes-devtools/qemu_legacy/qemu-legacy_git.bb

Lines changed: 0 additions & 228 deletions
This file was deleted.

meta-zephyr-sdk/recipes-hosttools/hosttools/hosttools-tarball.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ TOOLCHAIN_HOST_TASK ?= "\
1010
nativesdk-openocd \
1111
nativesdk-dtc \
1212
nativesdk-qemu-arc \
13-
nativesdk-qemu-legacy \
1413
nativesdk-qemu-xilinx \
1514
nativesdk-qemu-zephyr \
1615
"

0 commit comments

Comments
 (0)