1BBPATH .= ":${LAYERDIR}"
2
3BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
4            ${LAYERDIR}/recipes-*/*/*.bbappend"
5
6BBFILE_COLLECTIONS += "meta-google"
7BBFILE_PATTERN_meta-google = "^${LAYERDIR}/"
8BBFILE_PRIORITY_meta-google = "6"
9
10LAYERDEPENDS_meta-google = "clang-layer"
11