diff options
Diffstat (limited to 'recipes-platform/images')
-rw-r--r-- | recipes-platform/images/agl-demo-platform-qa.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-demo-platform-qa.bb b/recipes-platform/images/agl-demo-platform-qa.bb new file mode 100644 index 000000000..bec5e870f --- /dev/null +++ b/recipes-platform/images/agl-demo-platform-qa.bb @@ -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 \ + " |