mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-17 20:52:40 +02:00
18 lines
495 B
Plaintext
18 lines
495 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: generic riscv32 machine
|
|
#@DESCRIPTION: Machine configuration for running a generic riscv32
|
|
|
|
require conf/machine/include/riscv/qemuriscv.inc
|
|
|
|
DEFAULTTUNE = "riscv32"
|
|
|
|
PREFERRED_VERSION_openocd-native = "riscv"
|
|
PREFERRED_VERSION_openocd = "riscv"
|
|
|
|
XVISOR_PLAT = "riscv/virt32"
|
|
|
|
# u-boot doesn't compile, error: "can't link hard-float modules with soft-float modules"
|
|
# EXTRA_IMAGEDEPENDS += "u-boot"
|
|
# UBOOT_MACHINE = "qemu-riscv32_smode_defconfig"
|
|
# UBOOT_ELF = "u-boot"
|