blob: 4cb55ee26709c64855c9e30392061e82102ab564 [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}/"
Mohaimen Alsamaraid430e182021-05-06 13:05:13 -05008LAYERSERIES_COMPAT_fii-layer = "warrior zeus gatesgarth dunfell hardknott"