blob: 5b28cfe1bf9e5a7f6e335d9bb2932c4490719105 [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 Geisslera93aa3e2023-01-13 09:41:33 -060011LAYERSERIES_COMPAT_qualcomm-layer = "langdale mickledore"
Graeme Gregory89e14982022-03-21 07:12:40 -070012
13QCOMBASE = '${@os.path.normpath("${LAYERDIR}/")}'