blob: 8263c0aeb9fdff9cc85d2e4a0b25c915e0cb2d49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
require recipes-platform/images/agl-image-compositor.bb
SUMMARY = "Baseline Flutter Image for Development"
LICENSE = "MIT"
CLANGSDK = "1"
IMAGE_INSTALL += "\
weston-ini-conf-landscape \
\
flutter-auto-with-logging \
\
flutter-engine-sdk-dev \
\
flutter-gallery \
flutter-test-animated-background \
flutter-test-texture-egl \
\
"
IMAGE_FEATURES += "\
ssh-server-openssh \
"
|