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