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
367 B
BlitzBasic
14 lines
367 B
BlitzBasic
SUMMARY = "Filesystem events monitoring"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
SRC_URI[sha256sum] = "e3e7065cbdabe6183ab82199d7a4f6b3ba0a438c5a512a68559846ccb76a78ec"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
PACKAGECONFIG ??= "watchmedo"
|
|
PACKAGECONFIG[watchmedo] = ",,,python3-pyyaml"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|