blob: 11d9b6eee3ea84796258ad86e5c631d0059f8560 [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
7BBFILE_PATTERN_fsp2-layer = "^${LAYERDIR}"
8BBFILE_COLLECTIONS += "fsp2-layer"
9LAYERVERSION_fsp2 = "1"