rk3568_ubuntu_r60_v1.3.2/yocto/meta-tvis-app/conf/layer.conf

14 lines
424 B
Plaintext
Raw Normal View History

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-tvis-app"
BBFILE_PATTERN_meta-tvis-app = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-tvis-app = "6"
LAYERDEPENDS_meta-tvis-app = "core"
LAYERSERIES_COMPAT_meta-tvis-app = "honister"