diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-05-28 14:17:55 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-05-28 14:17:55 +0200 |
commit | 1845d8f84f698a12272270887a10ff9e04574647 (patch) | |
tree | 357f4885e498a29954da05f21b17e5f69062253d | |
parent | 81afd88ee881a4751b6f1b09182d6cad370d61f3 (diff) | |
download | meta-1845d8f84f698a12272270887a10ff9e04574647.tar.gz meta-1845d8f84f698a12272270887a10ff9e04574647.tar.bz2 meta-1845d8f84f698a12272270887a10ff9e04574647.zip |
platform: add Adaptation pattern in default platform
This is fixes the lack of linux-firmware and other
potential adaptation packages in minimal and installer
images.
Change-Id: Ibf14df9d6591108544c3aef040b365a9e3e35e47
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rw-r--r-- | common.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/common.yaml b/common.yaml index d3c0761..a93b094 100644 --- a/common.yaml +++ b/common.yaml @@ -21,10 +21,12 @@ Default: - Common Base - Common Console Tools - Common Packaging + - Common Adaptation PostScripts: - common-base - common-console-tools - common-packaging + - common-adaptation NoChrootScripts: - buildname @@ -41,7 +43,6 @@ Wayland: UserGroups: "audio,video" Groups: - Common Wayland - - Common Adaptation - Common Middleware - Common Applications - Common Bluetooth @@ -51,7 +52,6 @@ Wayland: - Common Qt5 PostScripts: - common-wayland - - common-adaptation - common-middleware - common-applications - common-bluetooth @@ -66,7 +66,6 @@ Wayland-JJ: UserGroups: "audio,video" Groups: - Common Wayland - - Common Adaptation - Common Middleware - Common Applications - Common Bluetooth @@ -76,7 +75,6 @@ Wayland-JJ: - Common Qt5 PostScripts: - common-wayland - - common-adaptation - common-middleware - common-applications - common-bluetooth |