blob: 0aca4aac1412c45084f76b084523b268ef1e12e0 [file] [log] [blame]
Brad Bishopb62efc02016-06-04 01:10:40 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILE_COLLECTIONS += "evb"
5BBFILE_PATTERN_evb = ""
Patrick Venture30e53e52018-11-07 12:41:05 -08006
7# Provide a variable that points the base of the evb layer.
8EVBBASE = '${@os.path.normpath("${LAYERDIR}/")}'