summaryrefslogtreecommitdiffstats
path: root/meta-agl-flutter/recipes-platform/images/agl-image-flutter.bb
blob: 697bca3e246cd4d22fff6dcbd3ec1fe449abd471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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-verbose-logs \
    \
    flutter-engine-sdk-dev \
    \
    flutter-gallery \
    flutter-test-texture-egl \
    \
    "

IMAGE_FEATURES += "\
    ssh-server-openssh \
    "