Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
4 | # We have a recipes directory, add to BBFILES | ||||
5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | ||||
6 | |||||
7 | BBFILE_COLLECTIONS += "tpm-layer" | ||||
8 | BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" | ||||
9 | BBFILE_PRIORITY_tpm-layer = "6" | ||||
10 | |||||
11 | LAYERSERIES_COMPAT_tpm-layer = "sumo" | ||||
12 | |||||
13 | LAYERDEPENDS_tpm-layer = " \ | ||||
14 | core \ | ||||
15 | " |