meta-agl-flutter refactor 58/27858/1
authorJoel Winarske <joel.winarske@gmail.com>
Thu, 4 Aug 2022 01:19:31 +0000 (18:19 -0700)
committerJoel Winarske <joel.winarske@gmail.com>
Thu, 4 Aug 2022 01:19:31 +0000 (18:19 -0700)
commitadbb12626100901bc815deba27733fe1a3ebc3cc
tree6f70ed31f427b342689b1d7785ac9ae7e5bdc0e8
parent9a4f63a3bc70b11bd070989b95ddca2c11920a57
meta-agl-flutter refactor

- application rename -> flutter-auto

- adopts upstream (meta-flutter) bbclass for runtime selection
  runtimedebug -> runtime=debug
  runtimeprofile -> runtime=profile
  runtimerelease -> runtime=release
  *This also affects image names*

- A discrete json files for each runtime configuration
  demuxing of runtime config happens in bbappend.

- prevent dev host conflict with flutter-auto.service in case
  of debug and profile.  The dev host machine controls
  homescreen in these scenarios.

- simplifies inc and recipes

Dependent on https://gerrit.automotivelinux.org/gerrit/c/AGL/AGL-repo/+/27850

Bug-AGL: SPEC-4326

Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Change-Id: I877811417e3befab4d48a906058dcb52c81be4ce
25 files changed:
meta-agl-flutter/classes/flutterdebug.bbclass [deleted file]
meta-agl-flutter/classes/flutterprofile.bbclass [deleted file]
meta-agl-flutter/classes/flutterrelease.bbclass [deleted file]
meta-agl-flutter/recipes-graphics/toyota/files/0001-Allow-the-embedder-to-run-as-a-regular-normal-applic.patch [deleted file]
meta-agl-flutter/recipes-graphics/toyota/files/0002-shell-configuration-Obey-json-configuration-file.patch [deleted file]
meta-agl-flutter/recipes-graphics/toyota/files/0003-shell-configuration-Fixes-to-general-options.patch [deleted file]
meta-agl-flutter/recipes-graphics/toyota/files/0004-Add-app-id-command-line-argument.patch [deleted file]
meta-agl-flutter/recipes-graphics/toyota/files/flutter-auto.service [new file with mode: 0644]
meta-agl-flutter/recipes-graphics/toyota/files/gallery_on_bg-debug.json [new file with mode: 0644]
meta-agl-flutter/recipes-graphics/toyota/files/gallery_on_bg-profile.json [new file with mode: 0644]
meta-agl-flutter/recipes-graphics/toyota/files/gallery_on_bg-release.json [moved from meta-agl-flutter/recipes-graphics/toyota/files/config.json with 73% similarity]
meta-agl-flutter/recipes-graphics/toyota/flutter-auto%.bbappend [new file with mode: 0644]
meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc [new file with mode: 0644]
meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-debug_%.bbappend [deleted file]
meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-debug_aglflutter.inc [deleted file]
meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-profile_%.bbappend [deleted file]
meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-profile_aglflutter.inc [deleted file]
meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen-release_%.bbappend [deleted file]
meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc [deleted file]
meta-agl-flutter/recipes-platform/images/agl-image-flutter-debug.bb [deleted file]
meta-agl-flutter/recipes-platform/images/agl-image-flutter-profile.bb [deleted file]
meta-agl-flutter/recipes-platform/images/agl-image-flutter-runtimedebug.bb [new file with mode: 0644]
meta-agl-flutter/recipes-platform/images/agl-image-flutter-runtimeprofile.bb [new file with mode: 0644]
meta-agl-flutter/recipes-platform/images/agl-image-flutter-runtimerelease.bb [new file with mode: 0644]
meta-agl-flutter/recipes-platform/images/agl-image-flutter.bb [deleted file]