Brad Bishop | b62efc0 | 2016-06-04 01:10:40 -0400 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
4 | BBFILE_COLLECTIONS += "evb" | ||||
5 | BBFILE_PATTERN_evb = "" | ||||
Patrick Venture | 30e53e5 | 2018-11-07 12:41:05 -0800 | [diff] [blame] | 6 | |
7 | # Provide a variable that points the base of the evb layer. | ||||
8 | EVBBASE = '${@os.path.normpath("${LAYERDIR}/")}' |