From af16a40f5c45cb34c1bc7efbe9700d29191d81bf Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Wed, 10 Feb 2016 19:43:55 +0900 Subject: [PATCH] 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 --- conf/conf-notes.txt | 2 ++ recipes-platform/images/agl-demo-platform-qa.bb | 11 +++++++++++ .../packagegroups/packagegroup-agl-demo-platform-qa.bb | 15 +++++++++++++++ templates/intel-corei7-64/conf/conf-notes.txt | 2 ++ templates/qemux86-64/conf/conf-notes.txt | 2 ++ templates/qemux86/conf/conf-notes.txt | 2 ++ 6 files changed, 34 insertions(+) create mode 100644 recipes-platform/images/agl-demo-platform-qa.bb create mode 100644 recipes-platform/packagegroups/packagegroup-agl-demo-platform-qa.bb diff --git a/conf/conf-notes.txt b/conf/conf-notes.txt index 502690dca..bdee76b87 100644 --- a/conf/conf-notes.txt +++ b/conf/conf-notes.txt @@ -1,5 +1,7 @@ Common targets are: agl-image-ivi agl-image-ivi-crosssdk + agl-image-ivi-qa agl-demo-platform agl-demo-platform-crosssdk + agl-demo-platform-qa 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 \ + " diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-qa.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-qa.bb new file mode 100644 index 000000000..739f859b9 --- /dev/null +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-qa.bb @@ -0,0 +1,15 @@ +SUMMARY = "The software for DEMO platform of AGL IVI profile" +DESCRIPTION = "A set of packages belong to AGL Demo Platform includes utilities for testing distribution as Quality Assurance" + +LICENSE = "MIT" + +inherit packagegroup + +PACKAGES = "\ + packagegroup-agl-demo-platform-qa \ + " + +ALLOW_EMPTY_${PN} = "1" + +RDEPENDS_${PN} += "\ + " diff --git a/templates/intel-corei7-64/conf/conf-notes.txt b/templates/intel-corei7-64/conf/conf-notes.txt index 502690dca..bdee76b87 100644 --- a/templates/intel-corei7-64/conf/conf-notes.txt +++ b/templates/intel-corei7-64/conf/conf-notes.txt @@ -1,5 +1,7 @@ Common targets are: agl-image-ivi agl-image-ivi-crosssdk + agl-image-ivi-qa agl-demo-platform agl-demo-platform-crosssdk + agl-demo-platform-qa diff --git a/templates/qemux86-64/conf/conf-notes.txt b/templates/qemux86-64/conf/conf-notes.txt index 502690dca..bdee76b87 100644 --- a/templates/qemux86-64/conf/conf-notes.txt +++ b/templates/qemux86-64/conf/conf-notes.txt @@ -1,5 +1,7 @@ Common targets are: agl-image-ivi agl-image-ivi-crosssdk + agl-image-ivi-qa agl-demo-platform agl-demo-platform-crosssdk + agl-demo-platform-qa diff --git a/templates/qemux86/conf/conf-notes.txt b/templates/qemux86/conf/conf-notes.txt index 502690dca..bdee76b87 100644 --- a/templates/qemux86/conf/conf-notes.txt +++ b/templates/qemux86/conf/conf-notes.txt @@ -1,5 +1,7 @@ Common targets are: agl-image-ivi agl-image-ivi-crosssdk + agl-image-ivi-qa agl-demo-platform agl-demo-platform-crosssdk + agl-demo-platform-qa -- 2.16.6