mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-16 12:14:20 +02:00
Now that the qemuriscv64 machine is in OE-Core let's update the meta-riscv layer to use that. Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
15 lines
502 B
Plaintext
15 lines
502 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"
|
|
|
|
QB_OPT_APPEND += "-show-cursor -monitor null -device loader,file=${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE},addr=0x80400000"
|
|
|
|
# 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"
|