blob: 9e7bd18843e11451eb411902c2d6d03a5731a446 [file] [log] [blame]
Brad Bishop940e0972015-09-25 14:32:24 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Patrick Williams21fb4de2016-09-16 15:56:09 -05004BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \
5 ${LAYERDIR}/common/recipes-*/*/*.bbappend"
6
Brad Bishop940e0972015-09-25 14:32:24 -04007BBFILE_COLLECTIONS += "aspeed"
8BBFILE_PATTERN_aspeed = ""
Patrick Williams21fb4de2016-09-16 15:56:09 -05009LAYERVERSION_aspeed = "1"