blob: 05c40a981ffb14c98c54734d3ea3f84d5dc170f4 [file] [log] [blame]
Xo Wangdc8aa512016-08-22 15:41:17 -07001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILE_COLLECTIONS += "ingrasys"
5BBFILE_PATTERN_ingrasys = ""
Brad Bishopfabaa7b2018-06-27 21:09:46 -04006LAYERSERIES_COMPAT_ingrasys = "sumo"
Patrick Ventureaa3ecd52018-11-07 12:44:15 -08007
8# Provide a variable that points the base of the ingrasys layer.
9INGRASYSBASE = '${@os.path.normpath("${LAYERDIR}/")}'