1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILE_COLLECTIONS += "inventec"
5BBFILE_PATTERN_inventec = ""
6
7# Provide a variable that points the base of the inventec layer.
8INVENTECBASE = '${@os.path.normpath("${LAYERDIR}/")}'
9