# 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"