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
9 lines
260 B
PHP
9 lines
260 B
PHP
# Add extra DISTRO_FEATUREs
|
|
DISTRO_FEATURES:append = " pam usrmerge"
|
|
|
|
# Use our alternate kernel version
|
|
PREFERRED_VERSION_linux-yocto = "6.6%"
|
|
|
|
# Ensure the kernel nfs server is enabled
|
|
KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
|