How include in file system pulseaudio application ?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How include in file system pulseaudio application ?

2,136 次查看
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 项奖励
回复
3 回复数

1,988 次查看
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 项奖励
回复

1,988 次查看
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 项奖励
回复

1,988 次查看
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 项奖励
回复