blob: 01743945438be725ccb01369a6c273fcd6cf0ae2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SUMMARY = "A basic system of AGL distribution of IVI profile for Quality Assurance(QA)"
DESCRIPTION = "A basic set of AGL Distribution. This image also has additional \
packages (e.g. commandline tools) for Quality Assurance(QA)."
require agl-image-ivi.bb
LICENSE = "MIT"
IMAGE_INSTALL_append = " \
packagegroup-agl-test \
packagegroup-ivi-common-test \
"
|