diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2016-02-10 19:43:55 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2016-02-10 13:02:11 +0000 |
commit | af16a40f5c45cb34c1bc7efbe9700d29191d81bf (patch) | |
tree | 84b38e7bd30a20a3a4dd42b68db3d5db8143982e /templates | |
parent | d7dc839ad442145e364fca6f9cfd7938fe0e2db9 (diff) |
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 <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/intel-corei7-64/conf/conf-notes.txt | 2 | ||||
-rw-r--r-- | templates/qemux86-64/conf/conf-notes.txt | 2 | ||||
-rw-r--r-- | templates/qemux86/conf/conf-notes.txt | 2 |
3 files changed, 6 insertions, 0 deletions
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 |