blob: a9050c4da354fd12e29cb6ffb11b0e3c93239d3a [file] [log] [blame]
Brad Bishop0e8aea62015-09-25 14:31:27 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Brad Bishop02f3ffd2015-11-01 20:32:42 -05004# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
Brad Bishopfd363a62018-09-18 09:47:03 -04008BBFILE_COLLECTIONS += "palmetto-layer"
Brad Bishop25e36112019-05-01 16:23:32 -04009BBFILE_PATTERN_palmetto-layer := "^${LAYERDIR}/"
Patrick Williams757831f2022-02-25 15:28:30 -060010LAYERSERIES_COMPAT_palmetto-layer = "honister kirkstone"