Add package group and bitbake target for Quality Assurance
[AGL/meta-agl.git] / meta-agl / recipes-ivi / images / agl-image-ivi-qa.bb
diff --git a/meta-agl/recipes-ivi/images/agl-image-ivi-qa.bb b/meta-agl/recipes-ivi/images/agl-image-ivi-qa.bb
new file mode 100644 (file)
index 0000000..bd06266
--- /dev/null
@@ -0,0 +1,11 @@
+SUMMARY = "A basic system of AGL distribution of IVI profile for Quality Assurance(QA)"
+DESCRIPTION = "A basic set of AGL Distribution. This image also has additional \
+packages (e.g. commandline tools) for Quality Assurance(QA)."
+
+require agl-image-ivi.bb
+
+IMAGE_INSTALL_append = " \
+    packagegroup-agl-test \
+    packagegroup-ivi-common-test \
+    "
+