summaryrefslogtreecommitdiffstats
path: root/meta-agl-flutter/recipes-platform/images/agl-image-flutter.bb
blob: 37b0f4e69a6daf8165475cfd4cfee1f3d038179b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "Baseline Flutter Image for Development"

LICENSE = "MIT"

require agl-image-flutter.inc

IMAGE_INSTALL:append = "\
    weston-ini-conf-landscape \
    \
    flutter-auto-with-logging \
    \
    flutter-engine-sdk-dev \
    \
    flutter-gallery \
    flutter-test-animated-background \
    flutter-test-texture-egl \
    \
    "

IMAGE_FEATURES:append = "\
    ssh-server-openssh \
    "