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