diff options
author | Lin Yang <lin.a.yang@intel.com> | 2014-05-21 15:57:15 +0800 |
---|---|---|
committer | Lin Yang <lin.a.yang@intel.com> | 2014-05-21 16:01:36 +0800 |
commit | 30846a61d1e611cf52c1015b819755a1763c4e51 (patch) | |
tree | dbcac123c41c2c6abf69f882f647d56c8d34771a /common.yaml | |
parent | 36a010945b0b7a3fef288052f8a075b968ee6de2 (diff) | |
download | meta-30846a61d1e611cf52c1015b819755a1763c4e51.tar.gz meta-30846a61d1e611cf52c1015b819755a1763c4e51.tar.bz2 meta-30846a61d1e611cf52c1015b819755a1763c4e51.zip |
Support image creation on backend jenkinssubmit/tizen_common/20140522.091715accepted/tizen/common/20140522.125500
The jenkins new release 0.15.3 with image creation feature will be deployed
soon. At the first step, BOSS and jenkins will run in parallel to verifiy the
new feature. This change add new ks to support image creation in jenkins,
which will not block image creation in BOSS. After shutdown BOSS and swith to
jenkins, these temporary ks will be cleaned up.
Change-Id: I47e64538bdce5f9ffe1fc7afc64de92ca63caa4b
Signed-off-by: Lin Yang <lin.a.yang@intel.com>
Diffstat (limited to 'common.yaml')
-rw-r--r-- | common.yaml | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/common.yaml b/common.yaml index a62f3f4..508bedb 100644 --- a/common.yaml +++ b/common.yaml @@ -15,8 +15,6 @@ Default: BootloaderOptions: '--ptable=gpt --menus="install:Wipe and Install:systemd.unit=system-installer.service:test"' StartX: False Desktop: None - Repos: - - Common SaveRepos: False UserGroups: "audio,video" Groups: @@ -32,6 +30,8 @@ Default: Minimal: Part: common-mbr + Repos: + - Common Wayland: Part: common-mbr @@ -56,4 +56,31 @@ Wayland: - common-desktop-applications - common-crosswalk - common-qt5 + Repos: + - Common + +Wayland-JJ: + Part: common-mbr + UserGroups: "audio,video" + Groups: + - Common Wayland + - Common Adaptation + - Common Middleware + - Common Applications + - Common Bluetooth + - Common Multimedia + - Common Desktop Applications + - Common Crosswalk + - Common Qt5 + PostScripts: + - common-wayland + - common-adaptation + - common-middleware + - common-applications + - common-bluetooth + - common-multimedia + - common-desktop-applications + - common-crosswalk + - common-qt5 + Repos: [] |