blob: b162f2904a7d1fd235e79eafd61d4edf9bb2eac4 (
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 \
"
|