Brad Bishop | 0e8aea6 | 2015-09-25 14:31:27 -0400 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
Brad Bishop | 3d7ad81 | 2015-10-06 01:53:40 -0400 | [diff] [blame^] | 4 | # We have a recipes-* directories, add to BBFILES |
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
7 | |||||
Brad Bishop | 0e8aea6 | 2015-09-25 14:31:27 -0400 | [diff] [blame] | 8 | BBFILE_COLLECTIONS += "palmetto" |
9 | BBFILE_PATTERN_palmetto = "" |