summaryrefslogtreecommitdiffstats
path: root/recipes-platform/images/agl-cluster-demo-platform.bb
blob: 2e8be720c02f5d8fcbdeb2388bd9df31a65f2605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "AGL Cluster Demo Platform image currently contains a simple cluster interface."

require agl-cluster-demo-platform.inc

LICENSE = "MIT"

IMAGE_FEATURES:append = ""

# add packages for cluster demo platform (include demo apps) here
IMAGE_INSTALL:append = " \
    packagegroup-agl-cluster-demo-platform \
    ${@bb.utils.contains("AGL_FEATURES", "agl-demo-preload", "cluster-dashboard-demo-config", "", d)} \
    ${@bb.utils.contains("AGL_FEATURES", "agl-demo-preload", "weston-ini-conf-landscape-inverted", "weston-ini-conf-landscape", d)} \
    "