blob: 69e02d0d3ffedace23a68c65fc6e19ac81b1ed2b [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 Williams1222bd42023-11-24 10:24:09 -060011LAYERSERIES_COMPAT_qualcomm-layer = "mickledore nanbield"
Graeme Gregory89e14982022-03-21 07:12:40 -070012
13QCOMBASE = '${@os.path.normpath("${LAYERDIR}/")}'