From: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Date: Tue, 22 Mar 2016 21:01:59 +0000 (+0100)
Subject: Add agl-image-minimal-qa.bb
X-Git-Tag: 2.0.0~66
X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F5427%2F2;p=AGL%2Fmeta-agl.git

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>
---

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 \
+    "