blob: f40a9511d0bdb8d8fb3cc8200194dd0af64305e1 [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}/"
Adriana Kobylakb96c7502021-08-06 16:25:30 +000010LAYERSERIES_COMPAT_palmetto-layer = "gatesgarth hardknott honister"