Graeme Gregory | 89e1498 | 2022-03-21 07:12:40 -0700 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH =. "${LAYERDIR}:" | ||||
3 | |||||
4 | # We have recipes-* directories, add to BBFILES | ||||
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
7 | |||||
8 | BBFILE_COLLECTIONS += "qualcomm-layer" | ||||
9 | BBFILE_PATTERN_qualcomm-layer := "^${LAYERDIR}/" | ||||
10 | |||||
11 | LAYERSERIES_COMPAT_qualcomm-layer = "honister kirkstone" | ||||
12 | |||||
13 | QCOMBASE = '${@os.path.normpath("${LAYERDIR}/")}' |