blob: 7ace31d84e051e953f10ba8ac19ff8a433644ce2 [file] [log] [blame]
Brad Bishop3bdf41d2016-06-04 23:10:52 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# 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 += "witherspoon-layer"
9BBFILE_PATTERN_witherspoon-layer = ""
10LAYERSERIES_COMPAT_witherspoon-layer = "sumo"