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
8 lines
287 B
PHP
8 lines
287 B
PHP
# LoongArch Architecture definition
|
|
|
|
DEFAULTTUNE ?= "loongarch64"
|
|
|
|
TUNE_ARCH = "${TUNE_ARCH:tune-${DEFAULTTUNE}}"
|
|
TUNE_PKGARCH = "${TUNE_PKGARCH:tune-${DEFAULTTUNE}}"
|
|
TUNE_CCARGS:append = "${@bb.utils.contains('TUNE_FEATURES', 'loongarch64', ' -march=loongarch64 -mabi=lp64d', ' ', d)}"
|