a8dcafd8dcd4607479f3826260b9097d8c0a9cd3
[AGL/meta-agl-devel.git] / meta-egvirt / 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 += "egvirt"
8 BBFILE_PATTERN_egvirt = "^${LAYERDIR}/"
9 BBFILE_PRIORITY_egvirt = "61"
10
11 # This should only be incremented on significant changes that will
12 # cause compatibility issues with other layers
13 LAYERVERSION_egvirt = "1"
14 LAYERSERIES_COMPAT_egvirt = "kirkstone"
15
16 LAYERDEPENDS_egvirt = "core clang-layer filesystems-layer"