Add Yocto Project scarthgap release compatibility
[AGL/meta-agl-devel.git] / meta-agl-flutter / 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 += "agl-flutter-layer"
9 BBFILE_PATTERN_agl-flutter-layer = "^${LAYERDIR}/"
10 BBFILE_PRIORITY_agl-flutter-layer = "61"
11
12 LAYERVERSION_agl-flutter-layer = "1"
13 LAYERDEPENDS_agl-flutter-layer = "core flutter-layer"
14 LAYERRECOMMENDS_agl-flutter-layer = "flutter-apps-layer"
15 LAYERSERIES_COMPAT_agl-flutter-layer = "scarthgap"
16
17 BBFILES_DYNAMIC += " \
18     flutter-apps-layer:${LAYERDIR}/dynamic-layers/flutter-apps-layer/*/*/*/*.bbappend \
19 "