Patrick Williams | ec2047c | 2015-09-29 14:24:02 -0500 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
Brad Bishop | a667dc9 | 2015-11-01 20:32:42 -0500 | [diff] [blame] | 4 | # We have recipes-* directories, add to BBFILES |
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
7 | |||||
Patrick Williams | ec2047c | 2015-09-29 14:24:02 -0500 | [diff] [blame] | 8 | BBFILE_COLLECTIONS += "palmetto" |
9 | BBFILE_PATTERN_palmetto = "" |