blob: 982339c10a7c5268a52d6a7658abbc547003b6e8 [file] [log] [blame]
Patrick Venture320c29c2018-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 Venture00686062019-05-07 14:02:42 -07008BBFILE_PATTERN_google-layer := "^${LAYERDIR}/"
Patrick Venture320c29c2018-09-14 09:40:26 -07009LAYERVERSION_google-layer = "1"
Patrick Venture3bc085b2019-09-19 12:28:59 -070010LAYERSERIES_COMPAT_google-layer = "warrior zeus"