Add agl-image-minimal-qa.bb 27/5427/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 22 Mar 2016 21:01:59 +0000 (22:01 +0100)
committerGerrit Code Review <gerrit@172.30.200.200>
Mon, 4 Apr 2016 22:05:47 +0000 (22:05 +0000)
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>
meta-agl/recipes-core/images/agl-image-minimal-qa.bb [new file with mode: 0644]

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 (file)
index 0000000..c5832f2
--- /dev/null
@@ -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 \
+    "