summaryrefslogtreecommitdiffstats
path: root/recipes-platform/images/agl-telematics-demo-platform.bb
blob: 7a113b65bff7fa629b7de34b406451e1add6e8c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "AGL Telematics Demo Platform image."

LICENSE = "MIT"

require recipes-platform/images/agl-image-minimal.bb

inherit features_check

REQUIRED_DISTRO_FEATURES = "3g"

IMAGE_INSTALL += " \
    packagegroup-agl-telematics-demo-platform \
"