Ken Chen | a187e71 | 2018-01-15 14:36:21 +0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
4 | BBFILE_COLLECTIONS += "qualcomm" | ||||
5 | BBFILE_PATTERN_qualcomm = "" | ||||
Brad Bishop | 9921ced | 2018-11-07 12:50:34 -0800 | [diff] [blame] | 6 | |
7 | # Provide a variable that points the base of the qualcomm layer. | ||||
8 | QUALCOMMBASE = '${@os.path.normpath("${LAYERDIR}/")}' |