blob: b990839bdcd9e21abba8b8f5636d9200179e2fdc [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 Bishope04e55f2018-03-24 01:57:26 -04004BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5 ${LAYERDIR}/recipes-*/*/*.bbappend"
Patrick Williams21fb4de2016-09-16 15:56:09 -05006
Brad Bishopf28b4432018-03-23 15:09:43 -04007BBFILE_COLLECTIONS += "aspeed-layer"
Brad Bishop4377e542019-05-01 15:37:49 -04008BBFILE_PATTERN_aspeed-layer := "^${LAYERDIR}/"
Brad Bishopf28b4432018-03-23 15:09:43 -04009LAYERVERSION_aspeed-layer = "1"
Brad Bishop66987bd2019-04-04 13:27:24 -040010LAYERSERIES_COMPAT_aspeed-layer = "thud warrior"
Brad Bishop52ce69e2018-06-19 15:37:49 -040011
12ASPEEDBASE = '${@os.path.normpath("${LAYERDIR}/")}'