blob: cba3b77da51e8f18c3676c662391e2fb9ed4c4e1 [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 Bishopdfecaee2018-03-24 01:57:26 -04004BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5 ${LAYERDIR}/recipes-*/*/*.bbappend"
Patrick Williams22162262016-09-16 15:56:09 -05006
Brad Bishopaa076d32018-03-23 15:09:43 -04007BBFILE_COLLECTIONS += "aspeed-layer"
Brad Bishop1d2385f2019-05-01 15:37:49 -04008BBFILE_PATTERN_aspeed-layer := "^${LAYERDIR}/"
Brad Bishopaa076d32018-03-23 15:09:43 -04009LAYERVERSION_aspeed-layer = "1"
Andrew Geisslercc148852020-04-13 15:17:21 -050010LAYERSERIES_COMPAT_aspeed-layer = "warrior zeus dunfell"