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 | |||||
Patrick Williams | 2216226 | 2016-09-16 15:56:09 -0500 | [diff] [blame] | 4 | BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \ |
5 | ${LAYERDIR}/common/recipes-*/*/*.bbappend" | ||||
6 | |||||
Brad Bishop | 940e097 | 2015-09-25 14:32:24 -0400 | [diff] [blame] | 7 | BBFILE_COLLECTIONS += "aspeed" |
8 | BBFILE_PATTERN_aspeed = "" | ||||
Patrick Williams | 2216226 | 2016-09-16 15:56:09 -0500 | [diff] [blame] | 9 | LAYERVERSION_aspeed = "1" |