Rick Altherr | 7ca2cf5 | 2017-01-30 13:43:55 -0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
Patrick Venture | 7cbfa54 | 2019-05-16 17:33:15 -0700 | [diff] [blame] | 4 | # We have recipes-* directories, add to BBFILES |
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
7 | |||||
8 | BBFILE_COLLECTIONS += "quanta-layer" | ||||
9 | BBFILE_PATTERN_quanta-layer := "^${LAYERDIR}/" | ||||
10 | LAYERSERIES_COMPAT_quanta-layer = "thud warrior" |