blob: eaa0582becc0d760dcb6d06eba5b72d4dcfd5c12 [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"
5BBFILE_PATTERN_ingrasys = ""
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08006LAYERSERIES_COMPAT_ingrasys = "thud"
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}/")}'