diff options
Diffstat (limited to 'meta-agl-flutter/conf/layer.conf')
-rw-r--r-- | meta-agl-flutter/conf/layer.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-agl-flutter/conf/layer.conf b/meta-agl-flutter/conf/layer.conf new file mode 100644 index 00000000..f7c437d3 --- /dev/null +++ b/meta-agl-flutter/conf/layer.conf @@ -0,0 +1,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 = "dunfell" |