IMX6ULL, add alsa util in core-image-base configuration

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

IMX6ULL, add alsa util in core-image-base configuration

跳至解决方案
1,448 次查看
sergio_dorazio
Contributor IV

Hi all,

what is the command to include alsa util (like aplay command) in core-image-base configuration ?

I now "IMAGE_INSTALL_append" command in local.conf file, but I dont't know which packed must be append ....

Can someone help me ?

Sergio.

= "lighttpd lighttpd-module-auth lighttpd-module-fastcgi lighttpd-module-proxy \
    curl libstdc++ bluez5"

1 解答
1,308 次查看
karangajjar
Senior Contributor II

Hi sergio d'orazio,

Kindly add below line in your local.conf:

CORE_IMAGE_EXTRA_INSTALL += "alsa-utils"

For more details please follow below link:

https://community.nxp.com/thread/335755 

Regards,

Karan Gajjar

在原帖中查看解决方案

1 回复
1,309 次查看
karangajjar
Senior Contributor II

Hi sergio d'orazio,

Kindly add below line in your local.conf:

CORE_IMAGE_EXTRA_INSTALL += "alsa-utils"

For more details please follow below link:

https://community.nxp.com/thread/335755 

Regards,

Karan Gajjar