blob: 8d0b76be0de8dc9b55b595fa96910303d05b18e1 [file] [log] [blame]
Xo Wang997e7362016-08-22 15:41:17 -07001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILE_COLLECTIONS += "ingrasys"
Patrick Venture29261052019-05-07 14:51:42 -07005BBFILE_PATTERN_ingrasys := "^${LAYERDIR}/"
Brad Bishop08382bc2019-04-04 23:16:24 -04006LAYERSERIES_COMPAT_ingrasys = "thud warrior"
Brad Bishop71d01e22018-11-07 12:44:15 -08007
8# Provide a variable that points the base of the ingrasys layer.
9INGRASYSBASE = '${@os.path.normpath("${LAYERDIR}/")}'