blob: 7a113b65bff7fa629b7de34b406451e1add6e8c1 (
plain)
1
2
3
4
5
@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlDESCRIPTION = "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 \
"
|