blob: 0fdb7da08ef87b9fa5e140a32ad556403c34d8ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require recipes-platform/images/agl-image-compositor.bb
SUMMARY = "Example Flutter application image"
LICENSE = "MIT"
CLANGSDK = "1"
IMAGE_FEATURES += "ssh-server-openssh"
IMAGE_INSTALL += "\
weston-ini-conf-landscape \
\
flutter-auto \
\
flutter-gallery \
"
|