Alexander Filippov | 0f04377 | 2019-06-03 11:35:03 +0300 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
4 | BBFILE_COLLECTIONS += "yadro-layer" | ||||
5 | BBFILE_PATTERN_yadro-layer = "^${LAYERDIR}/" | ||||
6 | BBFILE_PATTERN_IGNORE_EMPTY_yadro-layer = "1" | ||||
7 | |||||
8 | LAYERSERIES_COMPAT_yadro-layer = "thud warrior" | ||||
9 | |||||
10 | # Provide a variable that points the base of the yadro layer. | ||||
11 | YADROBASE = '${@os.path.normpath("${LAYERDIR}/")}' |