Lancelot Kao | b0f2331 | 2020-09-15 13:51:43 -0500 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | # We have recipes-* directories, add to BBFILES | ||||
4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||||
5 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
6 | BBFILE_COLLECTIONS += "fii-layer" | ||||
7 | BBFILE_PATTERN_fii-layer := "^${LAYERDIR}/" | ||||
Mohaimen Alsamarai | d430e18 | 2021-05-06 13:05:13 -0500 | [diff] [blame] | 8 | LAYERSERIES_COMPAT_fii-layer = "warrior zeus gatesgarth dunfell hardknott" |