mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 00:49:30 +02:00
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:
committed by
Lee Chee Yang
parent
601a9c149d
commit
ae188a5cf0
@@ -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"
|
||||
Reference in New Issue
Block a user