f8dba7cb9ca5fc7607d796d1fb74c984952add78
[AGL/meta-agl-devel.git] / meta-agl-test / conf / layer.conf
1 #We have a conf and classes directory, add to BBPATH
2 BBPATH .= ":${LAYERDIR}"
3
4 # We have recipes-* directories, add to BBFILES
5 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7 BBFILE_COLLECTIONS += "agl-test"
8 BBFILE_PATTERN_agl-test = "^${LAYERDIR}/"
9
10 # This should only be incremented on significant changes that will
11 # cause compatibility issues with other layers
12 LAYERVERSION_agl-test = "1"
13
14 LAYERSERIES_COMPAT_agl-test = "kirkstone"