blob: b2581f87e370b41814226f4fe1dd00466f581b0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
SUMMARY = "Baseline Flutter Image for Release"
LICENSE = "MIT"
require recipes-platform/images/agl-image-compositor.bb
require agl-demo-features.inc
IMAGE_FEATURES += "splash package-management ssh-server-openssh"
IMAGE_FEATURES += " \
kuksa-val-databroker-client \
kuksa-val-databroker \
"
# Generic
IMAGE_INSTALL += "\
weston-ini-conf-landscape \
\
packagegroup-agl-networking \
cluster-receiver \
\
simple-can-simulator \
"
# Flutter
IMAGE_INSTALL += "\
flutter-auto \
flutter-cluster-dashboard \
flutter-cluster-dashboard-conf \
cluster-demo-config-flutter \
"
CLANGSDK = "1"
|