blob: a24ac97dac437593eafbf7ce74aaf5c159273e11 [file] [log] [blame]
Brad Bishop940e0972015-09-25 14:32:24 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Brad Bishop89451ae2015-10-22 15:38:02 -05004# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_PATTERN_ast2400 = "^${LAYERDIR}/"
Brad Bishop940e0972015-09-25 14:32:24 -04009BBFILE_COLLECTIONS += "ast2400"
Brad Bishop89451ae2015-10-22 15:38:02 -050010LAYERVERSION_ast2400 = "1"