d34d3928aaad7d01ad134157f1c2ee783ae9339f
[AGL/meta-agl-devel.git] / meta-agl-drm-lease / 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-drm-lease"
8 BBFILE_PATTERN_agl-drm-lease = "^${LAYERDIR}/"
9 BBFILE_PRIORITY_agl-drm-lease = "80"
10
11 BBFILES_DYNAMIC += " \
12     rcar-gen3:${LAYERDIR}/dynamic-layers/meta-rcar-gen3/*/*/*.bb \
13     rcar-gen3:${LAYERDIR}/dynamic-layers/meta-rcar-gen3/*/*/*.bbappend \
14 "
15
16 # This should only be incremented on significant changes that will
17 # cause compatibility issues with other layers
18 LAYERVERSION_agl-drm-lease = "1"
19
20 LAYERDEPENDS_agl-drm-lease = "core"
21 LAYERSERIES_COMPAT_agl-drm-lease = "dunfell"