zephyr-bsp: drop nios2 machine fragments (unsupported in Zephyr 4.2)

Zephyr 4.2 removed Nios II support, so building Zephyr targets for nios2
no longer works.

Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
This commit is contained in:
Charles Dias
2026-02-08 18:44:26 -03:00
committed by Lee Chee Yang
parent 601a9c149d
commit ae188a5cf0

View File

@@ -1,17 +0,0 @@
#@TYPE: Machine
#@NAME: qemu-nios2
#@DESCRIPTION: Machine for Zephyr BOARD qemu_nios2
require conf/machine/include/qemu.inc
require conf/machine/include/tune-nios2.inc
ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
# For runqemu
QB_SYSTEM_NAME = "qemu-system-nios2"
QB_MACHINE = "-machine altera_10m50_zephyr"
QB_OPT_APPEND = "-nographic"
QB_CPU = "-cpu nios2"
TCLIBC = "glibc"