From 20dfa8d262d6de0c689cce0d8fc0b76a40ba5a75 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Wed, 10 Feb 2016 19:20:25 +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-test packagegroup-ivi-common-test New target: agl-image-ivi-qa Change-Id: Ifb20d8a140dd71de6c464499e1b07fd9a0e36457 Signed-off-by: Tadao Tanikawa --- .../packagegroups/packagegroup-ivi-common-test.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb (limited to 'meta-ivi-common') diff --git a/meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb b/meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb new file mode 100644 index 000000000..e613d43b0 --- /dev/null +++ b/meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb @@ -0,0 +1,15 @@ +SUMMARY = "Utilities for testing of AGL" +DESCRIPTION = "A set of common packages required by testing AGL for Quality Assurance" + +LICENSE = "MIT" + +inherit packagegroup + +PACKAGES = "\ + packagegroup-ivi-common-test \ + " + +ALLOW_EMPTY_${PN} = "1" + +RDEPENDS_${PN} += "\ + " -- cgit 1.2.3-korg