summaryrefslogtreecommitdiffstats
path: root/meta-agl
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-03-22 22:01:59 +0100
committerGerrit Code Review <gerrit@172.30.200.200>2016-04-04 22:05:47 +0000
commit8bd4c311799c5d6231de9210ac7dd768a9420eaf (patch)
tree872be03125f31b6457d183b9f36235ccfde04399 /meta-agl
parent847a79109e5a234b60a905bf677b74b88b40d134 (diff)
Add agl-image-minimal-qa.bb
Add a minimal image enhanced by the binaries needed to run the QA tests. This image is intended to work w/o the graphics drivers and thus additional files are needed. Pure open userspace. Change-Id: I6a38cf9cd929eab9a72ea09e9a23ee7592692175 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl')
-rw-r--r--meta-agl/recipes-core/images/agl-image-minimal-qa.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-agl/recipes-core/images/agl-image-minimal-qa.bb b/meta-agl/recipes-core/images/agl-image-minimal-qa.bb
new file mode 100644
index 000000000..c5832f257
--- /dev/null
+++ b/meta-agl/recipes-core/images/agl-image-minimal-qa.bb
@@ -0,0 +1,10 @@
+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
+
+IMAGE_INSTALL_append = " \
+ packagegroup-ivi-common-test \
+ "