blob: 5c1ac2d504292041a6e853e5c88dc3cb77c4354f [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
Patrick Williams9d21a942023-11-24 18:20:05 -060011LAYERSERIES_COMPAT_qualcomm-layer = "nanbield scarthgap"
Graeme Gregory89e14982022-03-21 07:12:40 -070012
13QCOMBASE = '${@os.path.normpath("${LAYERDIR}/")}'