Skip to content

Commit 6492d8f

Browse files
committed
hosttools: remove qemu_nios2
We do not build for nios2, an obsoleted target. Signed-off-by: Anas Nashif <[email protected]>
1 parent 4d893b8 commit 6492d8f

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

meta-zephyr-sdk/recipes-devtools/qemu/qemu-zephyr_9.2.1.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ do_install:append() {
173173
ln -sf ../synopsys/bin/qemu-system-arc64 ${D}${bindir}/qemu-system-arc64
174174

175175
# Link other legacy QEMU executables
176-
ln -sf ../legacy/bin/qemu-system-nios2 ${D}${bindir}/qemu-system-nios2
177176
ln -sf ../legacy/bin/qemu-system-sparc ${D}${bindir}/qemu-system-sparc
178177
}
179178

meta-zephyr-sdk/recipes-devtools/qemu/qemu.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ do_install:append() {
171171
ln -sf ../synopsys/bin/qemu-system-arc64 ${D}${bindir}/qemu-system-arc64
172172

173173
# Link other legacy QEMU executables
174-
ln -sf ../legacy/bin/qemu-system-nios2 ${D}${bindir}/qemu-system-nios2
175174
ln -sf ../legacy/bin/qemu-system-sparc ${D}${bindir}/qemu-system-sparc
176175
}
177176

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ inherit autotools pkgconfig
195195
#--disable-fdt: Cannot use if supporting ARM
196196
#--disable-kvm: AArch64 has a QEMU/KVM board
197197

198-
QEMUS_BUILT = "nios2-softmmu sparc-softmmu"
198+
QEMUS_BUILT = "sparc-softmmu"
199199
QEMU_FLAGS = "--disable-docs --disable-sdl --disable-debug-info --disable-cap-ng \
200200
--disable-libnfs --disable-libusb --disable-libiscsi --disable-usb-redir --disable-linux-aio\
201201
--disable-guest-agent --disable-libssh --disable-vnc-png --disable-seccomp \

0 commit comments

Comments
 (0)