Add Yocto Project scarthgap release compatibility
[AGL/meta-agl-refhw.git] / meta-agl-refhw-gen3 / 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 += " \
6         ${LAYERDIR}/recipes-*/*/*.bb \
7         ${LAYERDIR}/recipes-*/*/*.bbappend \
8         ${LAYERDIR}/recipes-*/*.bb \
9         ${LAYERDIR}/recipes-*/*.bbappend \
10 "
11
12 BBFILE_COLLECTIONS += "agl-refhw-gen3"
13 BBFILE_PATTERN_agl-refhw-gen3 = "^${LAYERDIR}"
14 BBFILE_PRIORITY_agl-refhw-gen3  = "11"
15
16 LAYERDEPENDS_agl-refhw-gen3 = "core rcar-gen3"
17
18 LAYERSERIES_COMPAT_agl-refhw-gen3  = "scarthgap"
19
20 LICENSE_PATH += "${LAYERDIR}/licenses"