mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-16 12:14:20 +02:00
clang is not yet supported and when meta-clang is in layermix things start to fail. This patch patches by assuming the dependencies and later adding them to bad recommendations so they are dropped from runtime deps too might not work with with dpkg backend Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 lines
178 B
HTML
9 lines
178 B
HTML
# RISCV Architecture definition
|
|
|
|
DEFAULTTUNE ?= "riscv64"
|
|
|
|
TUNE_ARCH = "${TUNE_ARCH_tune-${DEFAULTTUNE}}"
|
|
TUNE_PKGARCH = "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}"
|
|
TUNE_CCARGS .= ""
|
|
|