blob: ef937d3b9748393f31ac0699ec08ecaa95f7998d [file] [log] [blame]
Jorge Cisneros32ae68c2020-09-03 21:09:03 +00001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "dl360poc-layer"
9BBFILE_PATTERN_dl360poc-layer := "^${LAYERDIR}/"
Patrick Williams8a634112020-11-03 16:15:19 -060010LAYERSERIES_COMPAT_dl360poc-layer = "dunfell gatesgarth"