meta-flutter updates 98/27598/1
authorJoel Winarske <joel.winarske@gmail.com>
Mon, 6 Jun 2022 21:59:17 +0000 (14:59 -0700)
committerJoel Winarske <joel.winarske@gmail.com>
Mon, 6 Jun 2022 21:59:17 +0000 (14:59 -0700)
-move flutter apps to common folder
-move do_compile[network] to app recipe

Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Change-Id: Iac543d404ec5a56576998194687bd35dc61b68fc

meta-agl-flutter/recipes-graphics/flutter-apps/flutter-app-homescreen_git.bb
meta-agl-flutter/recipes-graphics/toyota/flutter-gallery-debug_%.bbappend [deleted file]
meta-agl-flutter/recipes-graphics/toyota/flutter-gallery-profile_%.bbappend [deleted file]
meta-agl-flutter/recipes-graphics/toyota/flutter-gallery-release_%.bbappend [deleted file]
meta-agl-flutter/recipes-graphics/toyota/flutter-gallery_aglflutter.inc [deleted file]
meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc

index 09250d6..c5c8b2a 100644 (file)
@@ -15,5 +15,8 @@ SRCREV = "08bf271f7f1f14153a41005718a2090fa8e783f0"
 S = "${WORKDIR}/git"
 
 PUBSPEC_APPNAME = "flutter_homescreen"
+FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter"
+
+FLUTTER_BUILD_ARGS = "bundle -v"
 
 inherit flutter-app
diff --git a/meta-agl-flutter/recipes-graphics/toyota/flutter-gallery-debug_%.bbappend b/meta-agl-flutter/recipes-graphics/toyota/flutter-gallery-debug_%.bbappend
deleted file mode 100644 (file)
index 835e86e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-require ${@bb.utils.contains('AGL_FEATURES', 'agl-flutter', 'flutter-gallery_aglflutter.inc', '', d)}
diff --git a/meta-agl-flutter/recipes-graphics/toyota/flutter-gallery-profile_%.bbappend b/meta-agl-flutter/recipes-graphics/toyota/flutter-gallery-profile_%.bbappend
deleted file mode 100644 (file)
index 835e86e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-require ${@bb.utils.contains('AGL_FEATURES', 'agl-flutter', 'flutter-gallery_aglflutter.inc', '', d)}
diff --git a/meta-agl-flutter/recipes-graphics/toyota/flutter-gallery-release_%.bbappend b/meta-agl-flutter/recipes-graphics/toyota/flutter-gallery-release_%.bbappend
deleted file mode 100644 (file)
index 835e86e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-require ${@bb.utils.contains('AGL_FEATURES', 'agl-flutter', 'flutter-gallery_aglflutter.inc', '', d)}
diff --git a/meta-agl-flutter/recipes-graphics/toyota/flutter-gallery_aglflutter.inc b/meta-agl-flutter/recipes-graphics/toyota/flutter-gallery_aglflutter.inc
deleted file mode 100644 (file)
index ef03af2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-do_compile[network] = "1"
index dd3b8ec..4c01341 100644 (file)
@@ -7,7 +7,7 @@
 PACKAGECONFIG:remove = "gstreamer"
 
 # AGL specifics
-IVI_HOMESCREEN_APP_OVERRIDE = "--a=/usr/share/gallery"
+IVI_HOMESCREEN_APP_OVERRIDE = "--a=/usr/share/flutter/gallery"
 
 SERVICE_UNIT        = "Requires=agl-compositor.service\nAfter=agl-compositor.service"
 SERVICE_INSTALL     = "WantedBy=agl-session.target"