blob: 3c284f8ce15fae6dc346b1eee936d582479df26a [file] [log] [blame]
Brian Yange023ada2018-04-17 02:15:54 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILE_COLLECTIONS += "inventec"
5BBFILE_PATTERN_inventec = ""
Brad Bishopfd7d14c2018-09-28 10:06:36 -04006
7# Provide a variable that points the base of the inventec layer.
8INVENTECBASE = '${@os.path.normpath("${LAYERDIR}/")}'