Brad Bishop | 940e097 | 2015-09-25 14:32:24 -0400 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
Brad Bishop | dfecaee | 2018-03-24 01:57:26 -0400 | [diff] [blame] | 4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 5 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
Patrick Williams | 2216226 | 2016-09-16 15:56:09 -0500 | [diff] [blame] | 6 | |
Brad Bishop | aa076d3 | 2018-03-23 15:09:43 -0400 | [diff] [blame] | 7 | BBFILE_COLLECTIONS += "aspeed-layer" |
| 8 | BBFILE_PATTERN_aspeed-layer = "" |
| 9 | LAYERVERSION_aspeed-layer = "1" |
Brad Bishop | 610b67d | 2018-06-27 21:08:14 -0400 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_aspeed-layer = "sumo" |
Brad Bishop | 3f763df | 2018-06-19 15:37:49 -0400 | [diff] [blame^] | 11 | |
| 12 | ASPEEDBASE = '${@os.path.normpath("${LAYERDIR}/")}' |