Rick Altherr | 7ca2cf5 | 2017-01-30 13:43:55 -0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
4 | BBFILE_COLLECTIONS += "quanta" | ||||
5 | BBFILE_PATTERN_quanta = "" | ||||
Brad Bishop | 0ac2ffc | 2018-09-28 12:20:39 -0400 | [diff] [blame] | 6 | |
7 | # Provide a variable that points the base of the quanta layer. | ||||
8 | QUANTABASE = '${@os.path.normpath("${LAYERDIR}/")}' |