Brad Bishop | 940e097 | 2015-09-25 14:32:24 -0400 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
Brad Bishop | 89451ae | 2015-10-22 15:38:02 -0500 | [diff] [blame] | 4 | # We have recipes-* directories, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 7 | |
| 8 | BBFILE_PATTERN_ast2400 = "^${LAYERDIR}/" |
Brad Bishop | 940e097 | 2015-09-25 14:32:24 -0400 | [diff] [blame] | 9 | BBFILE_COLLECTIONS += "ast2400" |
Brad Bishop | 89451ae | 2015-10-22 15:38:02 -0500 | [diff] [blame] | 10 | LAYERVERSION_ast2400 = "1" |