Lancelot Kao | 31c4566 | 2020-09-22 14:53:57 -0500 | [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}/recipes-*/*/*.bb \ | ||||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
7 | |||||
8 | BBFILE_COLLECTIONS += "kudo-layer" | ||||
9 | BBFILE_PATTERN_kudo-layer = "^${LAYERDIR}/" | ||||
Mohaimen Alsamarai | d430e18 | 2021-05-06 13:05:13 -0500 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_kudo-layer = "warrior zeus gatesgarth dunfell hardknott" |