summaryrefslogtreecommitdiffstats
path: root/recipes-platform/images/agl-ivi-demo-flutter.bb
blob: 5753d58afd4007de2b89caa220e1154e37c0ed31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require agl-ivi-image-flutter.bb

SUMMARY = "AGL IVI demo Flutter image"

FLUTTER_ICS_HOMESCREEN_CONF = "flutter-ics-homescreen-conf"
ONDEMANDNAVI_CONF = "ondemandnavi-conf"

AGL_APPS_INSTALL += " \
    flutter-ics-homescreen \
    ${FLUTTER_ICS_HOMESCREEN_CONF} \
    camera-gstreamer \
    ondemandnavi \
    ${ONDEMANDNAVI_CONF} \
"