mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-16 20:22:38 +02:00
- Organize the machines a bit better - Add baremetal machine configs for 32/64 bit so we can generate SDKs for zephyr and other RTOSes - Fixup tune files to match BSP layer norms Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 lines
177 B
HTML
8 lines
177 B
HTML
# RISCV Architecture definition
|
|
|
|
DEFAULTTUNE ?= "riscv64"
|
|
|
|
TUNE_ARCH = "${TUNE_ARCH_tune-${DEFAULTTUNE}}"
|
|
TUNE_PKGARCH = "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}"
|
|
TUNE_CCARGS .= ""
|