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