Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
17 lines
400 B
Plaintext
17 lines
400 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"
|
|
|
|
PREFERRED_VERSION_openocd-native = "riscv"
|
|
PREFERRED_VERSION_openocd = "riscv"
|
|
|
|
XVISOR_PLAT = "riscv/virt32"
|
|
|
|
EXTRA_IMAGEDEPENDS += "u-boot"
|
|
UBOOT_MACHINE = "qemu-riscv32_smode_defconfig"
|
|
UBOOT_ELF = "u-boot"
|