diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2024-03-21 08:56:25 -0700 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-03-21 17:44:33 +0000 |
commit | 7995b8ff68f04cb6cdcefd7a5aa8345498ba0abb (patch) | |
tree | daa2933274c412d0dccdacfe7e1a5d4c166bbdf4 /meta-agl-flutter/conf/layer.conf | |
parent | 3058f411221cebcd4f97941d8e9a4c7d65a193b1 (diff) |
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 <joel.winarske@gmail.com>
Change-Id: I273ca820b86273e7e7de11cc25c57fca295643fc
Diffstat (limited to 'meta-agl-flutter/conf/layer.conf')
-rw-r--r-- | meta-agl-flutter/conf/layer.conf | 17 |
1 files changed, 11 insertions, 6 deletions
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 \ +" |