blob: 8b8199220ad4be1c10c16df3e0edeb02a4219509 (
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
|
SUMMARY = "Baseline Flutter Image for Profiling"
LICENSE = "MIT"
require agl-image-flutter.inc
IMAGE_INSTALL:append = "\
weston-ini-conf-landscape \
\
flutter-auto-runtimeprofile \
\
flutter-engine-runtimeprofile-sdk-dev \
\
flutter-gallery-runtimeprofile \
flutter-test-animated-background-runtimeprofile \
flutter-test-texture-egl-runtimeprofile \
flutter-test-secure-storage-runtimeprofile \
flutter-test-localization-runtimeprofile \
\
flutter-app-igalia-homescreen-runtimeprofile \
flutter-app-pumped-fuel-ped-runtimeprofile \
"
IMAGE_FEATURES:append = "\
ssh-server-openssh \
"
|