All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Hatle <mark.hatle@windriver.com>
To: <poky@yoctoproject.org>
Subject: Re: Problem getting PulseAudio Server Binaries
Date: Wed, 29 Jun 2011 09:47:43 -0500	[thread overview]
Message-ID: <4E0B3B0F.3020804@windriver.com> (raw)
In-Reply-To: <BANLkTi=LRPAxwzk+4FnfTBKyOzKg5v=LFQ@mail.gmail.com>

On 6/29/11 7:47 AM, Akshat Saha wrote:
> Hi Richard,
> 
> PulseAudio seems to work fine now, but *pkg_postinst_${PN}-server() *does not
> seem to be working.
> Can you tell me how to make sure that it works, so that I do not have to do
> create *pulse* user manually, after booting the machine.
> Also can you tell me *pkg_postrm_ implies?*

We are still working on getting the code that will allow user/group
add/change/delete from within the postinst and postrm scripts.  postinst = run
this after installation, postrm = run this after the package has been removed.

I would hope that the code to allow user/group settings will be checked finished
and checked in in the next couple of days.  Once it is there will be a simple
format for specifying new users and groups to be added to the system.

--Mark

> -- 
> Thanks & Regards,
> Akshat 
> 
> 
> 
> On Wed, Jun 29, 2011 at 4:22 PM, Akshat Saha <akshat.embedded@gmail.com
> <mailto:akshat.embedded@gmail.com>> wrote:
> 
>     Thanks Richard,
> 
>     I had tried this earlier too, but was building after clearing pulseaudio
>     instances form sstate-cache/ tmp/stamps and tmp/work.
>     It was giving me *"unbuildable, Nothing provides ... "* error.
> 
>     But now, it seems to work just fine. :)
>     Will try it out. And post the results.
> 
>     --
>     Thanks & Regards,
>     Akshat
> 
> 
>     On Wed, Jun 29, 2011 at 2:31 PM, Richard Purdie
>     <richard.purdie@linuxfoundation.org
>     <mailto:richard.purdie@linuxfoundation.org>> wrote:
> 
>         On Wed, 2011-06-29 at 14:25 +0530, Akshat Saha wrote:
>         > Hi All,
>         >
>         > I am trying to pull PulseAudio.
>         > But am able to get conf(/usr/share/pulseaudio) files only in my RFS.
>         > In the pulseaudio.inc file, it can be observed below that there are
>         > some function and parametres specific to pulseaudio-server package .
>         > Can anyone guide me on how to get other pulseaudio binaries and
>         > configs into my build.
>         >
>         > I am using Ubuntu 10.10, 64-bit Host machine.
>         > Building for MACHINE?="fishriver"
>         >
>         > Command used to build:
>         > $ bitbake poky-image-minimal-xyz-live
>         >
>         > Contents of the poky-image-minimal-xyz.bb
>         <http://poky-image-minimal-xyz.bb> :
>         > require recipes-core/images/poky-image-minimal.bb
>         <http://poky-image-minimal.bb>
>         > IMAGE_INSTALL += "pulseaudio"
>         > LICENSE = "MIT"
> 
>         You're close here. If you look through this list:
> 
>         > PACKAGES =+ "libpulsecore libpulsecommon libpulsedsp libpulse
>         > libpulse-simple libpulse-browse libpulse-mainloop-glib \
>         >              pulseaudio-server pulseaudio-misc
>         > pulseaudio-gconf-helper"
> 
>         you can then change IMAGE_INSTALL to include the pieces you want, e.g:
> 
>         IMAGE_INSTALL += "pulseaudio-server"
> 
>         Cheers,
> 
>         Richard
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky



      reply	other threads:[~2011-06-29 14:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-29  8:55 Problem getting PulseAudio Server Binaries Akshat Saha
2011-06-29  9:01 ` Richard Purdie
2011-06-29 10:52   ` Akshat Saha
2011-06-29 12:47     ` Akshat Saha
2011-06-29 14:47       ` Mark Hatle [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E0B3B0F.3020804@windriver.com \
    --to=mark.hatle@windriver.com \
    --cc=poky@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.