blob: 7fddf4a76ada8bb29dafcc1d590573163f6890d2 [file] [log] [blame]
Graeme Gregory89e14982022-03-21 07:12:40 -07001# We have a conf and classes directory, add to BBPATH
2BBPATH =. "${LAYERDIR}:"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "qualcomm-layer"
9BBFILE_PATTERN_qualcomm-layer := "^${LAYERDIR}/"
10
Andrew Geisslerc0ef7ee2022-09-30 14:09:35 -050011LAYERSERIES_COMPAT_qualcomm-layer = "kirkstone langdale"
Graeme Gregory89e14982022-03-21 07:12:40 -070012
13QCOMBASE = '${@os.path.normpath("${LAYERDIR}/")}'