blob: 9c0cd0e0ea4e7213944f21187e3c9e3b62ce933c [file] [log] [blame]
Ivan Mikhaylov4b2430e2017-10-24 21:17:24 +03001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5 ${LAYERDIR}/recipes-*/*/*.bbappend"
6
Brad Bishop75470872018-03-23 15:08:49 -04007BBFILE_PATTERN_fsp2-layer = "^${LAYERDIR}"
8BBFILE_COLLECTIONS += "fsp2-layer"
Brad Bishopfd363a62018-09-18 09:47:03 -04009LAYERVERSION_fsp2-layer = "1"