Ken Chen | e772877 | 2018-01-05 15:18:31 +0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
4 | # We have recipes-* directories, add to BBFILES | ||||
5 | BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \ | ||||
6 | ${LAYERDIR}/common/recipes-*/*/*.bbappend" | ||||
7 | |||||
8 | BBFILE_COLLECTIONS += "arm" | ||||
9 | BBFILE_PATTERN_arm = "^${LAYERDIR}/" | ||||
10 | LAYERVERSION_arm = "1" |