summaryrefslogtreecommitdiffstats
path: root/recipes-demo
diff options
context:
space:
mode:
authorJoel Winarske <joel.winarske@gmail.com>2024-03-21 09:00:52 -0700
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-03-26 21:47:05 +0000
commit3152f13c24c450482e3430a82d73be021e6cbbfa (patch)
treef2a28bd3fabf28bc2a6384c4c3812895ae53f609 /recipes-demo
parentbf8fc5765e1c4cff367447c4e7b67b98565f1da2 (diff)
Update meta-flutter
- change reference from meta-flutter to flutter-layer - add meta-flutter-apps to check - remove BBMASK for ivi-homescreen recipe - update the flutter apps (remove FLUTTER_APPLICATION_INSTALL_PREFIX) Change-Id: I4929dca34e380e7aacc1b0cc037a7a812fa7b313 Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29778
Diffstat (limited to 'recipes-demo')
-rw-r--r--recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb2
-rw-r--r--recipes-demo/flutter-dashboard/flutter-dashboard_git.bb1
-rw-r--r--recipes-demo/flutter-homescreen/flutter-homescreen_git.bb2
-rw-r--r--recipes-demo/flutter-hvac/flutter-hvac_git.bb1
-rw-r--r--recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb2
-rw-r--r--recipes-demo/flutter-mediaplayer/flutter-mediaplayer_git.bb1
-rw-r--r--recipes-demo/flutter-nav/flutter-nav_git.bb1
7 files changed, 0 insertions, 10 deletions
diff --git a/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb b/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb
index 5534c691..beee7005 100644
--- a/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb
+++ b/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb
@@ -24,8 +24,6 @@ S = "${WORKDIR}/git"
PUBSPEC_APPNAME = "flutter_cluster_dashboard"
-FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter"
-
inherit flutter-app update-alternatives systemd
CLUSTER_DEMO_VSS_HOSTNAME ??= "192.168.10.2"
diff --git a/recipes-demo/flutter-dashboard/flutter-dashboard_git.bb b/recipes-demo/flutter-dashboard/flutter-dashboard_git.bb
index 11d73656..d378df9a 100644
--- a/recipes-demo/flutter-dashboard/flutter-dashboard_git.bb
+++ b/recipes-demo/flutter-dashboard/flutter-dashboard_git.bb
@@ -19,7 +19,6 @@ inherit agl-app flutter-app
# flutter-app
#############
PUBSPEC_APPNAME = "dashboard_app"
-FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter"
FLUTTER_BUILD_ARGS = "bundle -v"
# agl-app
diff --git a/recipes-demo/flutter-homescreen/flutter-homescreen_git.bb b/recipes-demo/flutter-homescreen/flutter-homescreen_git.bb
index ccc33196..0448bdd0 100644
--- a/recipes-demo/flutter-homescreen/flutter-homescreen_git.bb
+++ b/recipes-demo/flutter-homescreen/flutter-homescreen_git.bb
@@ -17,8 +17,6 @@ SRCREV = "6c016a39fb993165d0c103691ecf5333e09ef438"
S = "${WORKDIR}/git"
PUBSPEC_APPNAME = "flutter_homescreen"
-FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter"
-
FLUTTER_BUILD_ARGS = "bundle -v"
inherit flutter-app systemd
diff --git a/recipes-demo/flutter-hvac/flutter-hvac_git.bb b/recipes-demo/flutter-hvac/flutter-hvac_git.bb
index b83e1a14..365cc57a 100644
--- a/recipes-demo/flutter-hvac/flutter-hvac_git.bb
+++ b/recipes-demo/flutter-hvac/flutter-hvac_git.bb
@@ -24,7 +24,6 @@ inherit agl-app flutter-app
# flutter-app
#############
PUBSPEC_APPNAME = "flutter_hvac"
-FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter"
FLUTTER_BUILD_ARGS = "bundle -v"
# agl-app
diff --git a/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb b/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb
index 6dacebb5..576e5a7d 100644
--- a/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb
+++ b/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb
@@ -20,8 +20,6 @@ SRCREV = "5587c6ae79b482fbff26442bb239d7d7eb55a337"
S = "${WORKDIR}/git"
PUBSPEC_APPNAME = "flutter_ics_homescreen"
-FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter"
-
FLUTTER_BUILD_ARGS = "bundle -v"
inherit flutter-app systemd update-alternatives
diff --git a/recipes-demo/flutter-mediaplayer/flutter-mediaplayer_git.bb b/recipes-demo/flutter-mediaplayer/flutter-mediaplayer_git.bb
index cfcfa265..8bf013e8 100644
--- a/recipes-demo/flutter-mediaplayer/flutter-mediaplayer_git.bb
+++ b/recipes-demo/flutter-mediaplayer/flutter-mediaplayer_git.bb
@@ -20,7 +20,6 @@ inherit agl-app flutter-app
# flutter-app
#############
PUBSPEC_APPNAME = "musicplayer"
-FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter"
FLUTTER_BUILD_ARGS = "bundle -v"
# agl-app
diff --git a/recipes-demo/flutter-nav/flutter-nav_git.bb b/recipes-demo/flutter-nav/flutter-nav_git.bb
index 0e8b8ac7..11668052 100644
--- a/recipes-demo/flutter-nav/flutter-nav_git.bb
+++ b/recipes-demo/flutter-nav/flutter-nav_git.bb
@@ -24,7 +24,6 @@ inherit agl-app flutter-app
# flutter-app
#############
PUBSPEC_APPNAME = "flutter_navigation"
-FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter"
FLUTTER_BUILD_ARGS = "bundle -v"
# agl-app