From 76e9ba7d72af178d4cd597e69240bb4b1ae4b698 Mon Sep 17 00:00:00 2001
From: Pawel Wieczorek
Date: Wed, 27 Apr 2016 11:10:17 +0200
Subject: [PATCH] Temporarily add @Common Adaptation Emulator to Intel images
Currently there are no "audio-hal-*" nor "mmfw-sysconf-*" provided for
Intel-based devices. However, basic audio functionality, i.e. no
PulseAudio service failures, successful speaker-test (e.g. speaker-test
-t sine -f 1000 -D "hw:0,3" -c2), can be achieved by adding emulator
packages.
This patch will be reverted once packages mentioned above are provided
for Intel-based devices as well.
Change-Id: Ieb1c8584bb3f260def985cb87769dc07f625c151
Signed-off-by: Pawel Wieczorek
---
ks/common-wayland-efi-i586.yaml | 1 +
ks/common-wayland-efi-x86_64.yaml | 1 +
ks/common-wayland-mbr-i586.yaml | 1 +
ks/common-wayland-mbr-x86_64.yaml | 1 +
4 files changed, 4 insertions(+)
diff --git a/ks/common-wayland-efi-i586.yaml b/ks/common-wayland-efi-i586.yaml
index 55835d7..594ad4c 100644
--- a/ks/common-wayland-efi-i586.yaml
+++ b/ks/common-wayland-efi-i586.yaml
@@ -13,6 +13,7 @@ Repos:
- common-wayland_i586
- base_ia32
Groups:
+ - Common Adaptation Emulator
- Common Adaptation Intel
- Generic Multimedia Intel
- Generic Setup Boot
diff --git a/ks/common-wayland-efi-x86_64.yaml b/ks/common-wayland-efi-x86_64.yaml
index aa655ef..fafd38d 100644
--- a/ks/common-wayland-efi-x86_64.yaml
+++ b/ks/common-wayland-efi-x86_64.yaml
@@ -13,6 +13,7 @@ Repos:
- common-wayland_x86_64
- base_x86_64
Groups:
+ - Common Adaptation Emulator
- Common Adaptation Intel
- Generic Multimedia Intel
- Generic Setup Boot
diff --git a/ks/common-wayland-mbr-i586.yaml b/ks/common-wayland-mbr-i586.yaml
index ce3063b..e659ed1 100644
--- a/ks/common-wayland-mbr-i586.yaml
+++ b/ks/common-wayland-mbr-i586.yaml
@@ -13,6 +13,7 @@ Repos:
- common-wayland_i586
- base_ia32
Groups:
+ - Common Adaptation Emulator
- Common Adaptation Intel
- Generic Multimedia Intel
- Generic Setup Boot Bios
diff --git a/ks/common-wayland-mbr-x86_64.yaml b/ks/common-wayland-mbr-x86_64.yaml
index 3229aee..6312f84 100644
--- a/ks/common-wayland-mbr-x86_64.yaml
+++ b/ks/common-wayland-mbr-x86_64.yaml
@@ -13,6 +13,7 @@ Repos:
- common-wayland_x86_64
- base_x86_64
Groups:
+ - Common Adaptation Emulator
- Common Adaptation Intel
- Generic Multimedia Intel
- Generic Setup Boot Bios
--
2.7.4