blob: 7feac4c212d2fa34dbac9de7084c017344e5f759 [file] [log] [blame]
Brad Bishopc9ed7202019-06-14 12:33:18 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILE_COLLECTIONS += "yadro-layer"
5BBFILE_PATTERN_yadro-layer = "^${LAYERDIR}/"
6BBFILE_PATTERN_IGNORE_EMPTY_yadro-layer = "1"
7
8LAYERSERIES_COMPAT_yadro-layer = "thud warrior"
9
10# Provide a variable that points the base of the yadro layer.
11YADROBASE = '${@os.path.normpath("${LAYERDIR}/")}'