Re: [meta-intel] [PATCH 0/2] commits for machine setup tool

2014-12-15 Thread Tom Zanussi
On Mon, 2014-12-15 at 10:47 -0800, nitin.a.kam...@intel.com wrote: > From: Nitin A Kamble > > This pull request introduces a new feature called machine-setup-tool, which > can be used by the BSP. With the use of the tool, BSPs for different boards > which mainly differ in the text configuration f

[meta-intel] [PATCH 7/9] machinesetuptool: add machine configuration to the intel-core2-32 BSP

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble Add machine configuration for the eMenlow, Crownbay and FRI2 platforms in the intel-core2-32 BSP image. Signed-off-by: Nitin A Kamble --- .../intel-core2-32/crownbay/alsa.conf | 17 + .../intel-core2-32/crownbay/alsa.state | 684 ++

[meta-intel] [PATCH 9/9] intel-core2-32 BSP: Pull in the machinesetuptool packages

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble The intel-core2-32 BSP supports multiple platforms. Pull in the machinesetuptool recipe packages in the BSP images so that the images can be configured for any of the supported platforms. Signed-off-by: Nitin A Kamble --- conf/machine/intel-core2-32.conf | 1 + 1 file chan

[meta-intel] [PATCH 8/9] intel-corei7-64 BSP: Pull in the machinesetuptool packages

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble The intel-corei7-64 BSP supports multiple platforms. Pull in the machinesetuptool recipe packages in the BSP images so that the images can be configured for any of the supported platforms. Signed-off-by: Nitin A Kamble --- conf/machine/intel-corei7-64.conf | 1 + 1 file ch

[meta-intel] [PATCH 5/9] intel-corei7-64: enable pulseaudio sound server

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble Enabling the pulseaudio machine feature to enable the pulseaudio sound server in the BSP. Signed-off-by: Nitin A Kamble --- conf/machine/intel-corei7-64.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-

[meta-intel] [PATCH 6/9] machinesetuptool: add machine configuration to the intel-corei7-64 BSP

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble Add machine configuration for the NUC, Sugarbay and Jasperforest platform in the intel-corei7-64 BSP image. Signed-off-by: Nitin A Kamble --- .../machinesetuptool/intel-core2-32/detect-machine | 0 .../machinesetuptool/intel-corei7-64/defaults | 10 + .../intel-co

[meta-intel] [PATCH 2/9] pulseaudio: fix audio playback on tunnelcreek platforms

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble On Emenlow, Crownbay & FRI2 boards, pulseaudio need to be configured in the interrupt based timing mode to avoid the choppy audio playback. Signed-off-by: Nitin A Kamble --- .../pulseaudio/use_interrupt_based_timing.patch| 22 ++ .../pulseaudio/puls

[meta-intel] [PATCH 3/9] meta-intel.inc: a machine feature for pulseaudio sound server

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble Adding a new machine feature for pulseaudio sound server support in the BSPs. Signed-off-by: Nitin A Kamble --- README | 8 conf/machine/include/meta-intel.inc | 3 +++ 2 files changed, 11 insertions(+) diff --git a/README b/README in

[meta-intel] [PATCH 4/9] intel-core2-32: enable pulseaudio sound server

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble Enabling the pulseaudio machine feature to enable the pulseaudio sound server in the BSP. Signed-off-by: Nitin A Kamble --- conf/machine/intel-core2-32.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.c

[meta-intel] [PATCH 1/9] pulseaudio: fix server daemon config

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble By default the server daemon exits if the server is idle for 20 seconds. Override this daemon behavior in the daemon.conf Signed-off-by: Nitin A Kamble --- .../pulseaudio/pulseaudio/dont-exit-on-idle.patch | 18 ++ .../pulseaudio/pulseaudio_5.0.bbappen

[meta-intel] [PATCH 0/9] machinesetup tool enabling for common BSPs

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble These commits enable pulseaudio and machine-setup-tool features for the intel-core2-32 and intel-corei7-64 BSPs. These commits are based on recently posted oecore layer commits which are yet to be pulled in the oecore layer. These commits are validated on sugarbay, nuc, jas

[meta-intel] [PATCH 1/2] alsa-plugins: a new recipe

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble Provides the pulseaudio to ALSA connector, which is needed for ALSA apps when using the pulseaudio sound server on the target, Signed-off-by: Nitin A Kamble --- .../recipes-multimedia/alsa/alsa-plugins_1.0.28.bb | 49 ++ 1 file changed, 49 insertions(+)

[meta-intel] [PATCH 2/2] machinesetuptool: a new recipe for setup of a machine

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble a new recipe which recipe provides the ability to setup a BSP image for a specific machine or platform at the boot time. The base recipe does not provide any machine configuration files, those are provided by individual BSP layer. Signed-off-by: Nitin A Kamble --- .../mach

[meta-intel] [PATCH 0/2] commits for machine setup tool

2014-12-15 Thread nitin . a . kamble
From: Nitin A Kamble This pull request introduces a new feature called machine-setup-tool, which can be used by the BSP. With the use of the tool, BSPs for different boards which mainly differ in the text configuration for the target board, can be consolidated to use a common BSP. The tool provi