diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-03-22 22:01:59 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-04-04 22:05:47 +0000 |
commit | 8bd4c311799c5d6231de9210ac7dd768a9420eaf (patch) | |
tree | 872be03125f31b6457d183b9f36235ccfde04399 | |
parent | 847a79109e5a234b60a905bf677b74b88b40d134 (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>
-rw-r--r-- | meta-agl/recipes-core/images/agl-image-minimal-qa.bb | 10 |
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 \ + " |