mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-16 12:14:20 +02:00
10 lines
253 B
Plaintext
10 lines
253 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: generic riscv64 machine
|
|
#@DESCRIPTION: Machine configuration for running a generic riscv64
|
|
|
|
require conf/machine/include/qemuriscv.inc
|
|
|
|
EXTRA_IMAGEDEPENDS += "u-boot"
|
|
UBOOT_MACHINE = "qemu-riscv64_defconfig"
|
|
UBOOT_ELF = "u-boot"
|