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
17 lines
232 B
BlitzBasic
17 lines
232 B
BlitzBasic
SUMMARY = "Combined nanopb package"
|
|
PV = "1.0"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
inherit packagegroup
|
|
|
|
DEPENDS = " \
|
|
nanopb-generator \
|
|
nanopb-runtime \
|
|
"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
nanopb-generator \
|
|
nanopb-runtime \
|
|
"
|