blob: 03f9c68ab176c0714f50620b752bbb03a50e83ca [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"
Patrick Venture6c55f1f2019-05-07 14:02:42 -07008BBFILE_PATTERN_google-layer := "^${LAYERDIR}/"
Patrick Venture279e2512018-09-14 09:40:26 -07009LAYERVERSION_google-layer = "1"
Andrew Geissler0dd1bc42020-04-30 18:33:53 -050010LAYERSERIES_COMPAT_google-layer = "warrior zeus dunfell"