diff options
author | Hritik Chouhan <hritikc3961@gmail.com> | 2022-08-22 13:02:34 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-09-07 16:24:43 +0000 |
commit | 8179bd7ee0c907ea2ee6e7c4fda7a0251fa6434f (patch) | |
tree | 85eb625993e410ea69e101a9eec3ea49640cc5e9 | |
parent | 062a9b29bc424ab4c9fdeebd65293be5bec074f6 (diff) |
Add Flutter HVAC app
- This add the Flutter HVAC app in the AGL
- Pin the flutter HVAC app in IVI flutter demo homescreen.
- Integrate with kuksa-val server.
Bug-AGL: SPEC-4531
Change-Id: Idebb430360cd439d1403da86b220c9e9b5c48f22
Signed-off-by: Hritik Chouhan <hritikc3961@gmail.com>
-rw-r--r-- | recipes-demo/flutter-hvac/flutter-app-hvac_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/flutter-hvac/flutter-app-hvac_git.bb b/recipes-demo/flutter-hvac/flutter-app-hvac_git.bb index eadf642de..8e88995b4 100644 --- a/recipes-demo/flutter-hvac/flutter-app-hvac_git.bb +++ b/recipes-demo/flutter-hvac/flutter-app-hvac_git.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://License.md;md5=f712ede8d4f845976061925d1416fc40" SRC_URI = "git://github.com/hritik-chouhan/HVAC_dashboard.git;protocol=https;branch=main" -SRCREV = "0f9b82048e867afde53bd72b4736511dae8d09ff" +SRCREV = "2f35ad6f85ae5d17fdf18bddfad87c36423e76ac" S = "${WORKDIR}/git" inherit agl-app flutter-app |