mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 19:53:03 +01:00
Set the platform information required to build Xvisor. https://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/tree/recipes-extended/xvisor (From OE-Core rev: bd229106ffdb97a2d7e570a3b69147786569a29b) Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: generic riscv64 machine
|
|
#@DESCRIPTION: Machine configuration for running a generic riscv64
|
|
|
|
require conf/machine/include/riscv/qemuriscv.inc
|
|
|
|
XVISOR_PLAT = "riscv/virt64"
|
|
|
|
EXTRA_IMAGEDEPENDS += "u-boot"
|
|
UBOOT_MACHINE = "qemu-riscv64_smode_defconfig"
|
|
UBOOT_ELF = "u-boot"
|