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 | aa076d3 | 2018-03-23 15:09:43 -0400 | [diff] [blame^] | 7 | BBFILE_COLLECTIONS += "aspeed-layer" |
8 | BBFILE_PATTERN_aspeed-layer = "" | ||||
9 | LAYERVERSION_aspeed-layer = "1" |