blob: 895e53b1e2663288fbad0f6fdff79eee91fdbcc0 [file] [log] [blame]
Patrick Williamsec2047c2015-09-29 14:24:02 -05001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Brad Bishopa667dc92015-11-01 20:32:42 -05004# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
Brad Bishop32478af2018-09-18 09:47:03 -04008BBFILE_COLLECTIONS += "palmetto-layer"
Brad Bishop7d7f6622019-05-01 16:23:32 -04009BBFILE_PATTERN_palmetto-layer := "^${LAYERDIR}/"
Andrew Geissler6255d232020-10-28 16:58:08 -050010LAYERSERIES_COMPAT_palmetto-layer = "zeus dunfell gatesgarth"