blob: 0f4bd15e713c2ac3d0eac7cdef3e0bdd8dca80f8 [file] [log] [blame]
Patrick Venture279e2512018-09-14 09:40:26 -07001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5 ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "google-layer"
8BBFILE_PATTERN_google-layer = ""
9LAYERVERSION_google-layer = "1"
Patrick Venturea5f2fd42019-01-08 08:25:41 -080010LAYERSERIES_COMPAT_google-layer = "thud"