blob: 61c7538ac01047aca2f0087cdeffa135655a2144 [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"
9BBFILE_PATTERN_palmetto-layer = ""
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010LAYERSERIES_COMPAT_palmetto-layer = "thud"