blob: 86855ba6d5d1245dc92193285cd02d0df360e9c2 [file] [log] [blame]
Lancelot Kaob0f23312020-09-15 13:51:43 -05001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3# We have recipes-* directories, add to BBFILES
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5 ${LAYERDIR}/recipes-*/*/*.bbappend"
6BBFILE_COLLECTIONS += "fii-layer"
7BBFILE_PATTERN_fii-layer := "^${LAYERDIR}/"
Patrick Williams9d21a942023-11-24 18:20:05 -06008LAYERSERIES_COMPAT_fii-layer = "nanbield scarthgap"