7614ba9f2fb6328c088f3417d843316672a9a1a4
[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     qt6-layer:${LAYERDIR}/dynamic-layers/meta-qt6/*/*/*.bb \
15     qt6-layer:${LAYERDIR}/dynamic-layers/meta-qt6/*/*/*.bbappend \
16     raspberrypi:${LAYERDIR}/dynamic-layers/meta-raspberrypi/*/*/*.bb \
17     raspberrypi:${LAYERDIR}/dynamic-layers/meta-raspberrypi/*/*/*.bbappend \
18     aglcore:${LAYERDIR}/dynamic-layers/meta-agl-core/*/*/*.bb \
19     aglcore:${LAYERDIR}/dynamic-layers/meta-agl-core/*/*/*.bbappend \
20 "
21
22 # This should only be incremented on significant changes that will
23 # cause compatibility issues with other layers
24 LAYERVERSION_agl-drm-lease = "1"
25
26 LAYERDEPENDS_agl-drm-lease = "core"
27 LAYERSERIES_COMPAT_agl-drm-lease = "kirkstone"