blob: 17780a896835ba17fa814f4699c5aaa83cf1114b [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 Bishop0e8aea62015-09-25 14:31:27 -04008BBFILE_COLLECTIONS += "palmetto"
9BBFILE_PATTERN_palmetto = ""
Brad Bishopd1707bf2018-06-27 21:09:07 -040010LAYERSERIES_COMPAT_palmetto = "sumo"