blob: fb4c08315a2852d048da11706c47fae7dbfc6f16 [file] [log] [blame]
Rick Altherr7ca2cf52017-01-30 13:43:55 -08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILE_COLLECTIONS += "quanta"
Patrick Venture745d5712019-05-07 14:26:51 -07005BBFILE_PATTERN_quanta := "^${LAYERDIR}/"
Brad Bishop0ac2ffc2018-09-28 12:20:39 -04006
7# Provide a variable that points the base of the quanta layer.
8QUANTABASE = '${@os.path.normpath("${LAYERDIR}/")}'
Patrick Venture6beb6d22019-04-22 08:44:25 -07009LAYERSERIES_COMPAT_quanta-layer = "thud warrior"