blob: 40aa6e8648085d85686e0264ba3991532fe7f4c3 (
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
|
SUMMARY = "Baseline Flutter Image for Release"
LICENSE = "MIT"
require recipes-platform/images/agl-image-weston.inc
# generic
IMAGE_INSTALL:append = "\
agl-compositor \
agl-compositor-init \
packagegroup-agl-profile-graphical \
packagegroup-agl-ivi-services \
"
# flutter
IMAGE_INSTALL:append = "\
weston-ini-conf-landscape \
\
flutter-cluster-dashboard-runtimerelease \
flutter-cluster-dashboard-runtimerelease-init \
flutter-auto-runtimerelease \
"
CLANGSDK = "1"
|