diff options
author | Lukasz Wojciechowski <l.wojciechow@partner.samsung.com> | 2016-10-29 14:32:52 +0200 |
---|---|---|
committer | Lukasz Wojciechowski <l.wojciechow@partner.samsung.com> | 2016-10-29 14:32:52 +0200 |
commit | 5e5a1f92fa86a77377250d98c070fd3b9e6ae128 (patch) | |
tree | fe684e4f682c95306debbdb0d4e693dbe3dc1080 | |
parent | c59c8246f690f012b7aa0e92863e2cacb2968e4d (diff) | |
download | meta-5e5a1f92fa86a77377250d98c070fd3b9e6ae128.tar.gz meta-5e5a1f92fa86a77377250d98c070fd3b9e6ae128.tar.bz2 meta-5e5a1f92fa86a77377250d98c070fd3b9e6ae128.zip |
Move default groups and script to all platformssubmit/tizen_common/20161029.123529accepted/tizen/common/20161029.125951
Except for boot images, which does not require generic adaptation packages and scripts.
Change-Id: Ie6db62861f1b8051cd5c3d7b5013b3157219ef15
Signed-off-by: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
-rw-r--r-- | common.yaml | 35 |
1 files changed, 27 insertions, 8 deletions
diff --git a/common.yaml b/common.yaml index 85d2b22..d62ccc8 100644 --- a/common.yaml +++ b/common.yaml @@ -17,18 +17,12 @@ Default: Desktop: None SaveRepos: False UserGroups: "audio,video" - Groups: - - Generic Adaptation - - Common Adaptation - PostScripts: - - generic-adaptation - - common-adaptation - NoChrootScripts: - - buildname Minimal: Part: common-mbr Groups: + - Generic Adaptation + - Common Adaptation - Generic Base - Common Base - Generic Console Tools @@ -36,16 +30,25 @@ Minimal: - Generic Packaging - Common Packaging PostScripts: + - generic-adaptation + - common-adaptation - generic-base - common-base - generic-console-tools - generic-packaging - common-packaging Repos: [] + NoChrootScripts: + - buildname Artik: Part: common-mbr-3parts + Groups: + - Generic Adaptation + - Common Adaptation PostScripts: + - generic-adaptation + - common-adaptation - generic-base - common-base - generic-wayland @@ -63,11 +66,21 @@ Artik: - common-qt5 - generic-security Repos: [] + NoChrootScripts: + - buildname Installer: Part: common-mbr + Groups: + - Generic Adaptation + - Common Adaptation + PostScripts: + - generic-adaptation + - common-adaptation BootloaderAppend: "rw vga=current quiet splash rootwait rootfstype=ext4" Repos: [] + NoChrootScripts: + - buildname Boot-Odroidu3: Part: common-mbr-boot @@ -118,6 +131,8 @@ Wayland: Part: common-mbr UserGroups: "audio,video" Groups: + - Generic Adaptation + - Common Adaptation - Generic Base - Common Base - Generic Console Tools @@ -144,6 +159,8 @@ Wayland: - Common Input Framework - Common Telephony PostScripts: + - generic-adaptation + - common-adaptation - generic-base - common-base - generic-console-tools @@ -164,3 +181,5 @@ Wayland: - common-qt5 - generic-security Repos: [] + NoChrootScripts: + - buildname |