[poky] Problem getting PulseAudio Server Binaries
    Richard Purdie 
    richard.purdie at linuxfoundation.org
       
    Wed Jun 29 02:01:38 PDT 2011
    
    
  
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 :
> require recipes-core/images/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
    
    
More information about the poky
mailing list