summaryrefslogtreecommitdiffstats
path: root/meta-agl-core-test/images/agl-image-minimal-qa.bb
blob: a5ec708300a3e2343f2cb4f849ac0797096520d7 (plain)
1
2
3
4
5
6

@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 } /
SUMMARY = "An AGL small image just capable of allowing a device to boot and run tests."

DESCRIPTION = "A minimal set of AGL Distribution. This image also has additional \
packages (e.g. commandline tools) for Quality Assurance(QA)."

require agl-image-minimal.bb

LICENSE = "MIT"

IMAGE_INSTALL:append = " \
    packagegroup-ivi-common-test \
    "