blob: 98fd9e9b222b2174ce187132f2c7c191aecef0c3 [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"
8BBFILE_PATTERN_aspeed-layer = ""
9LAYERVERSION_aspeed-layer = "1"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010LAYERSERIES_COMPAT_aspeed-layer = "sumo thud"
Brad Bishop52ce69e2018-06-19 15:37:49 -040011
12ASPEEDBASE = '${@os.path.normpath("${LAYERDIR}/")}'