diff options
author | Aakash Solanki <tech2aks@gmail.com> | 2022-10-29 16:21:34 +0200 |
---|---|---|
committer | Aakash Solanki <tech2aks@gmail.com> | 2022-10-29 16:28:31 +0200 |
commit | 7832492d87871cfb382b58c1eeb9f182537c0c60 (patch) | |
tree | dbda16a87c711ccd156e43dc7fe15fc5b9cb3ba3 /recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-release.json | |
parent | 2c0ca4f324f997f2ba3173655f73ae1c5ce0dc89 (diff) |
Update flutter-cluster-dashboard
- Import all flutter-cluster-dashboard changes from master.
- Add 'flutter-cluster-dashboard.yaml' file.
- Set openrouteservice API Key in local.conf to the variable
`OPENROUTE_API_KEY`.
- Change SRCREV and SRC_URI
Bug-AGL: SPEC-4508
Change-Id: Ic1cd18e290c951443b393840bcf053a549fd2ee2
Signed-off-by: Aakash Solanki <tech2aks@gmail.com>
Diffstat (limited to 'recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-release.json')
-rw-r--r-- | recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-release.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-release.json b/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-release.json deleted file mode 100644 index fdff54f76..000000000 --- a/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-release.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "view" : [ { - "window_type" : "BG", - "bundle_path" : "/usr/share/flutter/ic", - "width" : 1920, - "height": 1080, - "fullscreen": true - } - ] -} |