How include in file system pulseaudio application ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How include in file system pulseaudio application ?

890 Views
sergio_dorazio
Contributor IV

I am working with IMX6ULL EVK. I have compiled my Yocto project with command "bitbake core-image-base".
What is the command to insert in local.conf file to obtain a file system with pulseaudio application included ?

By.

Sergio D'Orazio.

0 Kudos
3 Replies

742 Views
sergio_dorazio
Contributor IV

Hi, thank you for your suggestion , it is very helpful.

Now I want start pulseaudio on bluetooth, I follow the examples in BlueZ5 and A2DP Sink on Freescale i.MX6Q/DL SabreSD  or in Add tutorial: setting-up Bluetooth - PulseAudio by BertLindeman · Pull Request #24 · ev3dev/ev3dev.g... but I have problems.

Have you examples or a sequence of linux command to start pulseaudio on bluetooth in IMX6ULL EVK board ?

Regards,

Sergio D'Orazio.

0 Kudos

742 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Sergio D'Orazio,


We do not have much documentation on this but perhaps the following community document may help. It's not updated for the i.MX6UL but the steps would be similar.
https://community.nxp.com/docs/DOC-103385 

I hope this helps!

Regards,

0 Kudos

742 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Sergio D'Orazio,


You may list the available packages on the BSP by running:
$ bitbake -s


You may search for the pulseaudio available packages using grep from this output:
$ bitbake -s | grep pulseaudio


You may add any package using the following addition to your conf/local.conf file:
IMAGE_INSTALL_append = “ package”


In this case:
IMAGE_INSTALL_append = “ pulseaudio”


I hope this helps!
Regards,

0 Kudos