blob: e57b1d5edd02b04497b710405a7080048b9c1f45 [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 Williamsce142622021-08-23 16:26:20 -050010LAYERSERIES_COMPAT_palmetto-layer = "hardknott honister"