Add Yocto Project scarthgap release compatibility
[AGL/meta-agl-devel.git] / meta-agl-ic-container / 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 \
6             ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8 BBFILE_COLLECTIONS += "aglcontainermc"
9 BBFILE_PATTERN_aglcontainermc = "^${LAYERDIR}/"
10 BBFILE_PRIORITY_aglcontainermc = "100"
11
12 BBFILES_DYNAMIC += " \
13     rcar-gen3:${LAYERDIR}/dynamic-layers/meta-rcar-gen3/*/*/*.bb \
14     rcar-gen3:${LAYERDIR}/dynamic-layers/meta-rcar-gen3/*/*/*.bbappend \
15     raspberrypi:${LAYERDIR}/dynamic-layers/meta-raspberrypi/*/*/*.bb \
16     raspberrypi:${LAYERDIR}/dynamic-layers/meta-raspberrypi/*/*/*.bbappend \
17     selinux:${LAYERDIR}/dynamic-layers/meta-selinux/*/*/*.bb \
18     selinux:${LAYERDIR}/dynamic-layers/meta-selinux/*/*/*.bbappend \
19 "
20
21 LAYERSERIES_COMPAT_aglcontainermc = "scarthgap"
22 LAYERDEPENDS_aglcontainermc = "aglcore qt5-layer openembedded-layer virtualization-layer agl-drm-lease meta-pipewire"