summaryrefslogtreecommitdiffstats
path: root/recipes-platform/images/agl-telematics-demo.bb
blob: 987bd3878ca56e57e034eb915a61c2bd98d81c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "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 \
"