1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILE_COLLECTIONS += "qualcomm"
5BBFILE_PATTERN_qualcomm = ""
6
7# Provide a variable that points the base of the qualcomm layer.
8QUALCOMMBASE = '${@os.path.normpath("${LAYERDIR}/")}'
9