Add Yocto Project scarthgap release compatibility
[AGL/meta-agl-devel.git] / meta-oem-production-readiness / meta-agl-basesystem / conf / layer.conf
1 # We have a conf and classes directory, append to BBPATH
2 BBPATH .= ":${LAYERDIR}"
3
4 # We have a recipes directory, add to BBFILES
5 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6     ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8 BBFILE_COLLECTIONS += "agl-basesystem"
9 BBFILE_PATTERN_agl-basesystem := "^${LAYERDIR}/"
10 BBFILE_PRIORITY_agl-basesystem = "60"
11
12 # This should only be incremented on significant changes that will
13 # cause compatibility issues with other layers
14 LAYERVERSION_agl-basesystem = "1"
15 LAYERSERIES_COMPAT_agl-basesystem = "scarthgap"
16 LAYERDEPENDS_agl-basesystem = "core"