blob: 00dd677ffb2d43027f40220d2c409d3a6d09f8e2 [file] [log] [blame]
Brad Bishopf7536682016-06-04 00:55:57 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# 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_ast2500-layer = "^${LAYERDIR}/"
9BBFILE_COLLECTIONS += "ast2500-layer"
10LAYERVERSION_ast2500-layer = "1"