blob: 9ff2efe1b55c06c5b2d5daa13caf39396c9ad1e0 [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"
5BBFILE_PATTERN_quanta = ""
Brad Bishope260f04a2018-09-28 12:20:39 -04006
7# Provide a variable that points the base of the quanta layer.
8QUANTABASE = '${@os.path.normpath("${LAYERDIR}/")}'