summaryrefslogtreecommitdiffstats
path: root/meta-agl-flutter/conf
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-06-25 15:37:58 -0400
committerScott Murray <scott.murray@konsulko.com>2024-06-25 15:37:58 -0400
commit1e0aba7a5d676ff11a6e2eda1f412172b842dc0e (patch)
treef84215a76f0f0ec40e9dae197c869239547bb0ec /meta-agl-flutter/conf
parent97310e350b19bc5e8cc391aba8394912eea19b4f (diff)
Remove meta-agl-flutter
Remove the meta-agl-flutter layer and its configuration template, as it is being moved to meta-agl. Bug-AGL: SPEC-5184 Change-Id: I59e9f8616a21d2e3b97da47baef1892c904d0002 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-flutter/conf')
-rw-r--r--meta-agl-flutter/conf/include/agl-flutter.inc3
-rw-r--r--meta-agl-flutter/conf/layer.conf19
2 files changed, 0 insertions, 22 deletions
diff --git a/meta-agl-flutter/conf/include/agl-flutter.inc b/meta-agl-flutter/conf/include/agl-flutter.inc
deleted file mode 100644
index 38db25e8..00000000
--- a/meta-agl-flutter/conf/include/agl-flutter.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-AGL_FEATURES += "agl-flutter"
-
-FLUTTER_SDK_TAG = "3.19.3"
diff --git a/meta-agl-flutter/conf/layer.conf b/meta-agl-flutter/conf/layer.conf
deleted file mode 100644
index e21f9bc6..00000000
--- a/meta-agl-flutter/conf/layer.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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 += "agl-flutter-layer"
-BBFILE_PATTERN_agl-flutter-layer = "^${LAYERDIR}/"
-BBFILE_PRIORITY_agl-flutter-layer = "61"
-
-LAYERVERSION_agl-flutter-layer = "1"
-LAYERDEPENDS_agl-flutter-layer = "core flutter-layer"
-LAYERRECOMMENDS_agl-flutter-layer = "flutter-apps-layer"
-LAYERSERIES_COMPAT_agl-flutter-layer = "scarthgap"
-
-BBFILES_DYNAMIC += " \
- flutter-apps-layer:${LAYERDIR}/dynamic-layers/flutter-apps-layer/*/*/*/*.bbappend \
-"