Hi,  
I need to install the "pulseaudio-server" really & start up pulseaudio in 
daemon mode,

  hdmi output is ok :)

bitbake -e | grep ^DISTRO_FEATURES
DISTRO_FEATURES="alsa argp bluetooth ext2 irda largefile pcmcia usbgadget 
usbhost wifi xattr nfs zeroconf pci 3g nfc x11 ipv4 ipv6 libc-backtrace 
libc-big-macros libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt   
                                 libc-crypt-ufc libc-db-aliases libc-envz 
libc-fcvt libc-fmtmsg libc-fstab libc-ftraverse          libc-getlogin libc-idn 
libc-inet-anl libc-libm libc-libm-big libc-locales libc-locale-code             
                          libc-memusage libc-nis libc-nsswitch libc-rcmd 
libc-rtld-debug libc-spawn libc-streams libc-sunrpc                             
            libc-utmp libc-utmpx libc-wordexp libc-posix-clang-wchar 
libc-posix-regexp libc-posix-regexp-glibc                                       
  libc-posix-wchar-io pulseaudio sysvinit largefile opengl multiarch wayland"
DISTRO_FEATURES_LIBC_class-nativesdk="ipv4 ipv6 libc-backtrace libc-big-macros 
libc-bsd libc-cxx-tests libc-catgets libc-charsets libc-crypt                   
                 libc-crypt-ufc libc-db-aliases libc-envz libc-fcvt libc-fmtmsg 
libc-fstab libc-ftraverse                                   libc-getlogin 
libc-idn libc-inet-anl libc-libm libc-libm-big libc-locales libc-locale-code    
                                     libc-memusage libc-nis libc-nsswitch 
libc-rcmd libc-rtld-debug libc-spawn libc-streams libc-sunrpc        libc-utmp 
libc-utmpx libc-wordexp libc-posix-clang-wchar libc-posix-regexp 
libc-posix-regexp-glibc                                       
libc-posix-wchar-io"
DISTRO_FEATURES_BACKFILL="pulseaudio sysvinit"
DISTRO_FEATURES_LIBC="ipv4 ipv6 libc-backtrace libc-big-macros libc-bsd 
libc-cxx-tests libc-catgets libc-charsets libc-crypt                            
        libc-crypt-ufc libc-db-aliases libc-envz libc-fcvt libc-fmtmsg 
libc-fstab libc-ftraverse                                   libc-getlogin 
libc-idn libc-inet-anl libc-libm libc-libm-big libc-locales libc-locale-code    
                                     libc-memusage libc-nis libc-nsswitch 
libc-rcmd libc-rtld-debug libc-spawn libc-streams libc-sunrpc                   
     libc-utmp libc-utmpx libc-wordexp libc-posix-clang-wchar libc-posix-regexp 
libc-posix-regexp-glibc                                       
libc-posix-wchar-io"
DISTRO_FEATURES_LIBC_DEFAULT="ipv4 ipv6 libc-backtrace libc-big-macros libc-bsd 
libc-cxx-tests libc-catgets libc-charsets libc-crypt                            
        libc-crypt-ufc libc-db-aliases libc-envz libc-fcvt libc-fmtmsg 
libc-fstab libc-ftraverse                                   libc-getlogin 
libc-idn libc-inet-anl libc-libm libc-libm-big libc-locales libc-locale-code    
                                     libc-memusage libc-nis libc-nsswitch 
libc-rcmd libc-rtld-debug libc-spawn libc-streams libc-sunrpc                
libc-utmp libc-utmpx libc-wordexp libc-posix-clang-wchar libc-posix-regexp 
libc-posix-regexp-glibc                                       
libc-posix-wchar-io"

Thanks,

- Jojo


在 2013年9月12日星期四,下午7:29,Daiane Angolini 写道:

> On 09/12/2013 07:07 AM, jojo wrote:
> > Hi,
>  
>  
> Hi Jojo,
>  
> > I installed pulse audio server in IMX6QSD of FSL, but there is no output
> > of audio with HDMI :(
> >  
>  
>  
> Please, double check if pulseaudio is in your DISTRO_FEATURES (i think  
> it's default, but I cannot remember exactly)
>  
> bitbake -e | grep ^DISTRO_FEATURES
>  
> How are you configuring HDMI audio? I know there is a doc in  
> imx-community with the audio configuration if you want to change it from  
> default to HDMI.
>  
>  
> >  
> > how to track the log of the pulse audio ?
> >  
> > Thanks,
> >  
> > - Jojo
> >  
> > 在 2013年7月16日星期二,下午11:32,jojo 写道:
> >  
> > > Hi,
> > > Ok & i will have a try, thanks for your reply :)
> > >  
> > > Thanks,
> > >  
> > > - Jojo
> > >  
> > > 在 2013年7月12日星期五,下午6:45,Erik Botö 写道:
> > >  
> > > > Hi,
> > > > On Fri, Jul 12, 2013 at 12:35 PM, jojo <rjie...@gmail.com 
> > > > (mailto:rjie...@gmail.com)
> > > > <mailto:rjie...@gmail.com>> wrote:
> > > > > Hi,
> > > > > My yocto version/tag is dylan.
> > > > > I have compiled fsl-image-gui to testing the the audio output, but i
> > > > > can not find
> > > > > anything about for pulseaudio server to start up daemon.
> > > > >  
> > > > > I saw the build code in the path about for
> > > > > "build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/pulseaudio/3.0-r0/image/"
> > > > > and it really have built all things of pulseaudio. but when i create
> > > > > the fsl-image-gui to start up, i just find "libpulse*" in the
> > > > > rootfs.
> > > > >  
> > > > > I think that something wrong with pulseaudio configure so that it do
> > > > > not install completely by default.
> > > > >  
> > > >  
> > > >  
> > > > The pulseaudio daemon is packaged as pulseaudio-server, maybe the
> > > > image doesn't install that package by default?
> > > > Cheers,
> > > > Erik Botö
> > > >  
> > > > >  
> > > > > someone know about that how to install pulseaudio completely ?
> > > > >  
> > > > > Thanks,
> > > > >  
> > > > > - Jojo
> > > > >  
> > > > >  
> > > > > _______________________________________________
> > > > > meta-freescale mailing list
> > > > > meta-freesc...@yoctoproject.org 
> > > > > <mailto:meta-freesc...@yoctoproject.org>
> > > > > https://lists.yoctoproject.org/listinfo/meta-freescale
> > > > >  
> > > >  
> > > >  
> > >  
> > >  
> >  
> >  
> >  
> >  
> > _______________________________________________
> > meta-freescale mailing list
> > meta-freesc...@yoctoproject.org (mailto:meta-freesc...@yoctoproject.org)
> > https://lists.yoctoproject.org/listinfo/meta-freescale
> >  
>  
>  
>  
> --  
> Daiane
>  
>  


_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to