summaryrefslogtreecommitdiffstats
path: root/meta-agl-flutter/conf/layer.conf
blob: 85cc3aa7167e7ca52cb1c6b6080aeb6f16e2fb35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "meta-agl-flutter"
BBFILE_PATTERN_meta-agl-flutter = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-agl-flutter = "61"

LAYERVERSION_meta-agl-flutter = "1"
LAYERDEPENDS_meta-agl-flutter = "core meta-flutter"
LAYERSERIES_COMPAT_meta-agl-flutter = "kirkstone"