From ae188a5cf023163c57652c3224a7cd2da7e2e866 Mon Sep 17 00:00:00 2001 From: Charles Dias Date: Sun, 8 Feb 2026 18:44:26 -0300 Subject: [PATCH] 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 Signed-off-by: Lee Chee Yang --- meta-zephyr-bsp/conf/machine/qemu-nios2.conf | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-zephyr-bsp/conf/machine/qemu-nios2.conf diff --git a/meta-zephyr-bsp/conf/machine/qemu-nios2.conf b/meta-zephyr-bsp/conf/machine/qemu-nios2.conf deleted file mode 100644 index e9420b5..0000000 --- a/meta-zephyr-bsp/conf/machine/qemu-nios2.conf +++ /dev/null @@ -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"