Brad Bishop | c9ed720 | 2019-06-14 12:33:18 -0400 | [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}/")}' |