blob: a5ec708300a3e2343f2cb4f849ac0797096520d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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 \
"
|