blob: 2ce719c7f0957d6fc3f407f10c7bc2c53705a0b6 [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
Brad Bishopaa076d32018-03-23 15:09:43 -04008BBFILE_PATTERN_ast2400-layer = "^${LAYERDIR}/"
9BBFILE_COLLECTIONS += "ast2400-layer"
10LAYERVERSION_ast2400-layer = "1"