blob: 51c563e86244368fb0c8bb778c3041f72c767fa1 [file] [log] [blame]
Ken Chena187e712018-01-15 14:36:21 +08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILE_COLLECTIONS += "qualcomm"
5BBFILE_PATTERN_qualcomm = ""
Brad Bishop9921ced2018-11-07 12:50:34 -08006
7# Provide a variable that points the base of the qualcomm layer.
8QUALCOMMBASE = '${@os.path.normpath("${LAYERDIR}/")}'