From 8bd4c311799c5d6231de9210ac7dd768a9420eaf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Tue, 22 Mar 2016 22:01:59 +0100 Subject: [PATCH] Add agl-image-minimal-qa.bb MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- meta-agl/recipes-core/images/agl-image-minimal-qa.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-agl/recipes-core/images/agl-image-minimal-qa.bb 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 \ + " -- 2.16.6