blob: 6ea504177c5920d3d65c85ac5a2853db1b71efc1 [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
8BBFILE_COLLECTIONS += "witherspoon"
9BBFILE_PATTERN_witherspoon = ""
Brad Bishopd1707bf2018-06-27 21:09:07 -040010LAYERSERIES_COMPAT_witherspoon = "sumo"