blob: fa3f717d9ecc9c1e0a81aea21c7ee522ec2f0047 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SUMMARY = "A full set of AGL Distribution for testing as Quality Assurance"
DESCRIPTION = "A full set of AGL Distribution. This image also has additional \
packages (e.g. commandline tools) for Quality Assurance(QA)."
LICENSE = "MIT"
require agl-demo-platform.bb
IMAGE_INSTALL_append = " \
packagegroup-ivi-common-test \
packagegroup-agl-demo-platform-qa \
"
|