blob: e4c64d91a1f15582231a8999d678e2d1c8af9729 [file] [log] [blame]
Dave Cobbley5dd2a7c2018-08-23 23:07:27 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5 ${LAYERDIR}/recipes-*/*/*.bbappend"
6
Brad Bishopa44ea072019-05-01 16:25:13 -04007BBFILE_PATTERN_fsp2-layer := "^${LAYERDIR}/"
Dave Cobbley5dd2a7c2018-08-23 23:07:27 -04008BBFILE_COLLECTIONS += "fsp2-layer"
Brad Bishop32478af2018-09-18 09:47:03 -04009LAYERVERSION_fsp2-layer = "1"