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
14 lines
401 B
PHP
14 lines
401 B
PHP
require conf/machine/include/loongarch/arch-loongarch.inc
|
|
|
|
TUNEVALID[loongarch64] = "Enable 64-bit LoongArch optimizations"
|
|
|
|
TUNEVALID[littleendian] = "Little endian mode"
|
|
|
|
AVAILTUNES += "loongarch64"
|
|
|
|
# Default
|
|
TUNE_FEATURES:tune-loongarch64 = "loongarch64"
|
|
TUNE_ARCH:tune-loongarch64 = "loongarch64"
|
|
TUNE_PKGARCH:tune-loongarch64 = "loongarch64"
|
|
PACKAGE_EXTRA_ARCHS:tune-loongarch64 = "loongarch64"
|