Skip to content

meta-zephyr-sdk: Remove qemu_legacy #961

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions meta-zephyr-sdk/recipes-devtools/qemu/qemu-zephyr_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ EXTRA_OECONF = " \
--disable-af-xdp \
${PACKAGECONFIG_CONFARGS} \
"
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"
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"

EXTRA_OECONF:append:class-target = " --cross-prefix=${HOST_PREFIX}"
EXTRA_OECONF:append:class-nativesdk = " --cross-prefix=${HOST_PREFIX}"
Expand Down Expand Up @@ -157,9 +157,6 @@ do_install:append() {
# Link ARC (Synopsys) QEMU executables
ln -sf ../synopsys/bin/qemu-system-arc ${D}${bindir}/qemu-system-arc
ln -sf ../synopsys/bin/qemu-system-arc64 ${D}${bindir}/qemu-system-arc64

# Link other legacy QEMU executables
ln -sf ../legacy/bin/qemu-system-sparc ${D}${bindir}/qemu-system-sparc
}

# Disable kvm/virgl/mesa on targets that do not support it
Expand Down
22 changes: 0 additions & 22 deletions meta-zephyr-sdk/recipes-devtools/qemu_legacy/files/cross.patch

This file was deleted.

228 changes: 0 additions & 228 deletions meta-zephyr-sdk/recipes-devtools/qemu_legacy/qemu-legacy_git.bb

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ TOOLCHAIN_HOST_TASK ?= "\
nativesdk-openocd \
nativesdk-dtc \
nativesdk-qemu-arc \
nativesdk-qemu-legacy \
nativesdk-qemu-xilinx \
nativesdk-qemu-zephyr \
"
Expand Down
Loading