Restore basic package groups to minimal images 30/89930/2 submit/tizen_common/20160929.171538
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Tue, 27 Sep 2016 10:51:15 +0000 (12:51 +0200)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Thu, 29 Sep 2016 17:12:53 +0000 (19:12 +0200)
Basic package groups were moved from default package selection to
Wayland images in order to generate lightweight boot images. This,
however, resulted in making minimal images unusable.

It was caused by the lack of basic packages which were not resolved as
dependencies during image build. This patch reintroduces basic package
groups to minimal images.

Related patch: 022cc8ce0e1247d9d5ead7fc475a3c1928032af3
Related Change-Id: Ia04c44bf96e38d24bcc34f7df7b11aee598b373a

Change-Id: If9909794fa0feaef2e2e832bb54c72a50d726dd8
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
common.yaml

index 0db8eb3..85d2b22 100644 (file)
@@ -28,6 +28,19 @@ Default:
 
 Minimal:
     Part: common-mbr
+    Groups:
+        - Generic Base
+        - Common Base
+        - Generic Console Tools
+        - Common Console Tools
+        - Generic Packaging
+        - Common Packaging
+    PostScripts:
+        - generic-base
+        - common-base
+        - generic-console-tools
+        - generic-packaging
+        - common-packaging
     Repos: []
 
 Artik: