[yocto] [meta-ivi][PATCH] Make pulseaudio run by default

Andrei Gherzan andrei.gherzan at windriver.com
Wed Jul 30 07:59:43 PDT 2014


Hi Sujith,

First of all please format summary following:
http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines

On Wed, Jul 30, 2014 at 06:49:01PM +0530, Sujith H wrote:
> From: Sujith H <Sujith_Haridasan at mentor.com>
>
> This change will help pulseaudio run by default on the
> target. On the bootup user can see pulseaudio service
> started.
>
> Signed-off-by: Sujith H <Sujith_Haridasan at mentor.com>
> ---
>  meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend b/meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend
> index e32efa7..5401c66 100644
> --- a/meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend
> +++ b/meta-ivi/recipes-multimedia/pulseaudio/pulseaudio_5.0.bbappend
> @@ -7,7 +7,7 @@ PR = "r1"
>  inherit systemd
>
>  SYSTEMD_PACKAGES = "${PN}-server"
> -SYSTEMD_SERVICE = "pulseaudio.service"
> +SYSTEMD_SERVICE_${PN}-server = "pulseaudio.service"

There is no functional change between these too. (read
http://patchwork.openembedded.org/patch/29049/). In both cases the services
ends up in pulseaudio-server package.

The autostart feature is handled by SYSTEMD_AUTO_ENABLE which has as the
default value "enable". So, pulseaudio should be up and running in the current
setup.

>
>  PACKAGECONFIG_remove = "bluez4"
>  PACKAGECONFIG_append = " bluez5"
> --
> 1.8.4
>

--
Andrei Gherzan | Wind River Systems
m: +40 734 450 615 | p: +40 236 320 307



More information about the yocto mailing list