Yuan Yao | 72b8b7c | 2018-09-12 14:58:22 +0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
4 | BBFILE_COLLECTIONS += "hxt" | ||||
5 | BBFILE_PATTERN_hxt = "" | ||||
Patrick Venture | 0df4bdc | 2018-11-07 12:36:51 -0800 | [diff] [blame] | 6 | |
7 | # Provide a variable that points the base of the hxt layer. | ||||
8 | HXTBASE = '${@os.path.normpath("${LAYERDIR}/")}' |