diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2016-04-27 11:10:17 +0200 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2016-04-27 11:32:33 +0200 |
commit | 76e9ba7d72af178d4cd597e69240bb4b1ae4b698 (patch) | |
tree | 8b18b40c431218ad3b16e1d94a42f189a00a2547 | |
parent | f6ead5198a9d62187ed6aa3cda93a523b16e3b31 (diff) | |
download | meta-76e9ba7d72af178d4cd597e69240bb4b1ae4b698.tar.gz meta-76e9ba7d72af178d4cd597e69240bb4b1ae4b698.tar.bz2 meta-76e9ba7d72af178d4cd597e69240bb4b1ae4b698.zip |
Temporarily add @Common Adaptation Emulator to Intel imagessubmit/tizen_common/20160428.135023accepted/tizen/common/20160428.145129
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 <p.wieczorek2@samsung.com>
-rw-r--r-- | ks/common-wayland-efi-i586.yaml | 1 | ||||
-rw-r--r-- | ks/common-wayland-efi-x86_64.yaml | 1 | ||||
-rw-r--r-- | ks/common-wayland-mbr-i586.yaml | 1 | ||||
-rw-r--r-- | ks/common-wayland-mbr-x86_64.yaml | 1 |
4 files changed, 4 insertions, 0 deletions
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 |