summaryrefslogtreecommitdiffstats
path: root/meta-agl-flutter/recipes-platform/images/agl-image-flutter.bb
blob: 700f540edcd9c91b1fc1729291cb7b6e90557b16 (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-samples-material-3-demo \
"