From 7995b8ff68f04cb6cdcefd7a5aa8345498ba0abb Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Thu, 21 Mar 2024 08:56:25 -0700 Subject: Update meta-flutter -renames meta-flutter to flutter-layer -adds meta-flutter-apps named flutter-apps-layer -moves flutter-gallery to dynamic layer Signed-off-by: Joel Winarske Change-Id: I273ca820b86273e7e7de11cc25c57fca295643fc --- meta-agl-flutter/conf/layer.conf | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'meta-agl-flutter/conf/layer.conf') diff --git a/meta-agl-flutter/conf/layer.conf b/meta-agl-flutter/conf/layer.conf index 85cc3aa7..725a25b2 100644 --- a/meta-agl-flutter/conf/layer.conf +++ b/meta-agl-flutter/conf/layer.conf @@ -5,10 +5,15 @@ BBPATH .= ":${LAYERDIR}" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "meta-agl-flutter" -BBFILE_PATTERN_meta-agl-flutter = "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-agl-flutter = "61" +BBFILE_COLLECTIONS += "agl-flutter-layer" +BBFILE_PATTERN_agl-flutter-layer = "^${LAYERDIR}/" +BBFILE_PRIORITY_agl-flutter-layer = "61" -LAYERVERSION_meta-agl-flutter = "1" -LAYERDEPENDS_meta-agl-flutter = "core meta-flutter" -LAYERSERIES_COMPAT_meta-agl-flutter = "kirkstone" +LAYERVERSION_agl-flutter-layer = "1" +LAYERDEPENDS_agl-flutter-layer = "core flutter-layer" +LAYERRECOMMENDS_agl-flutter-layer = "flutter-apps-layer" +LAYERSERIES_COMPAT_agl-flutter-layer = "kirkstone" + +BBFILES_DYNAMIC += " \ + flutter-apps-layer:${LAYERDIR}/dynamic-layers/flutter-apps-layer/*/*/*/*.bbappend \ +" -- cgit 1.2.3-korg