Brian Yang | 8e55f06 | 2018-04-17 02:15:54 -0400 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
4 | BBFILE_COLLECTIONS += "inventec" | ||||
5 | BBFILE_PATTERN_inventec = "" | ||||
Brad Bishop | 169daaa | 2018-09-28 10:06:36 -0400 | [diff] [blame^] | 6 | |
7 | # Provide a variable that points the base of the inventec layer. | ||||
8 | INVENTECBASE = '${@os.path.normpath("${LAYERDIR}/")}' |