| 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 | ||||
| Brad Bishop | e5b8445 | 2018-08-31 06:34:03 -0400 | [diff] [blame] | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
| Ken Chen | e772877 | 2018-01-05 15:18:31 +0800 | [diff] [blame] | 7 | |
| 8 | BBFILE_COLLECTIONS += "arm" | ||||
| 9 | BBFILE_PATTERN_arm = "^${LAYERDIR}/" | ||||
| 10 | LAYERVERSION_arm = "1" | ||||