Add Yocto Project scarthgap release compatibility
[AGL/meta-agl.git] / meta-agl-bsp / meta-rcar-gen3-adas / 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 # 1) the first directory symlinks necessary files out of the cogent repo
6 # 2) the 2nd directory is our local glue and appends
7 BBFILES += " \
8     ${LAYERDIR}/cogent-symlinks/recipes-*/*/*.bb \
9     ${LAYERDIR}/cogent-symlinks/recipes-*/*/*.bbappend \
10     ${LAYERDIR}/recipes-*/*/*.bb \
11     ${LAYERDIR}/recipes-*/*/*.bbappend \
12 "
13
14 BBFILE_COLLECTIONS += "rcar-gen3-cogent"
15 BBFILE_PATTERN_rcar-gen3-cogent := "^${LAYERDIR}/"
16 BBFILE_PRIORITY_rcar-gen3-cogent = "7"
17
18 LAYERSERIES_COMPAT_rcar-gen3-cogent = "scarthgap"