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 | |||||
Brad Bishop | aa076d3 | 2018-03-23 15:09:43 -0400 | [diff] [blame] | 8 | BBFILE_PATTERN_ast2400-layer = "^${LAYERDIR}/" |
9 | BBFILE_COLLECTIONS += "ast2400-layer" | ||||
10 | LAYERVERSION_ast2400-layer = "1" |