diff options
author | Aleksander Mistewicz <a.mistewicz@samsung.com> | 2016-04-04 15:24:09 +0200 |
---|---|---|
committer | Stanislaw Wadas <s.wadas@samsung.com> | 2016-05-16 05:48:09 -0700 |
commit | 022cc8ce0e1247d9d5ead7fc475a3c1928032af3 (patch) | |
tree | 9fa03f689e4e44d84aa91d9d81e2bb2945ac36f1 /common.yaml | |
parent | 195c7f943b6812f77234429fefc379cdebe78d53 (diff) | |
download | meta-022cc8ce0e1247d9d5ead7fc475a3c1928032af3.tar.gz meta-022cc8ce0e1247d9d5ead7fc475a3c1928032af3.tar.bz2 meta-022cc8ce0e1247d9d5ead7fc475a3c1928032af3.zip |
Move some package groups to userpace images
Many packages are installed during compilation of *boot* images.
It significally increases compilation time and does not affect outputed
files. Wayland default settings is the proper place for them.
Change-Id: Ia04c44bf96e38d24bcc34f7df7b11aee598b373a
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
Diffstat (limited to 'common.yaml')
-rw-r--r-- | common.yaml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/common.yaml b/common.yaml index 654c7ca..40874f4 100644 --- a/common.yaml +++ b/common.yaml @@ -18,20 +18,9 @@ Default: SaveRepos: False UserGroups: "audio,video" Groups: - - Generic Base - - Common Base - - Generic Console Tools - - Common Console Tools - - Generic Packaging - - Common Packaging - Generic Adaptation - Common Adaptation PostScripts: - - generic-base - - common-base - - generic-console-tools - - generic-packaging - - common-packaging - generic-adaptation - common-adaptation NoChrootScripts: @@ -113,6 +102,12 @@ Wayland: Part: common-mbr UserGroups: "audio,video" Groups: + - Generic Base + - Common Base + - Generic Console Tools + - Common Console Tools + - Generic Packaging + - Common Packaging - Generic Wayland - Common Wayland - Generic Middleware @@ -133,6 +128,11 @@ Wayland: - Common Input Framework - Common Telephony PostScripts: + - generic-base + - common-base + - generic-console-tools + - generic-packaging + - common-packaging - generic-wayland - common-wayland - generic-middleware |