mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
(From OE-Core rev: 5b7e78f6389e1659cbf22499e17ef34b2b813a08) Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: generic riscv64 machine
|
|
#@DESCRIPTION: Machine configuration for running a generic riscv64
|
|
|
|
require conf/machine/include/riscv/qemuriscv.inc
|
|
|
|
EXTRA_IMAGEDEPENDS += "u-boot"
|
|
UBOOT_MACHINE = "qemu-riscv64_smode_defconfig"
|
|
UBOOT_ELF = "u-boot"
|