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