From af16a40f5c45cb34c1bc7efbe9700d29191d81bf Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Wed, 10 Feb 2016 19:43:55 +0900 Subject: Add package group and bitbake target for Quality Assurance New packagegroup and bitbake target are added which includes utilities for testing distribution. It is assumed to be used in the Quality Assurance of AGL Distro. New package group: packagegroup-agl-demo-platform-qa New target: agl-demo-platform-qa Change-Id: I96efde8348037821a6dfcd653e9fcbc87408f183 Signed-off-by: Tadao Tanikawa --- recipes-platform/images/agl-demo-platform-qa.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-platform/images/agl-demo-platform-qa.bb (limited to '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 index 00000000..bec5e870 --- /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 \ + " -- cgit 1.2.3-korg