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