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

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

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

Jump to solution
871 Views
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 Solution
731 Views
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

View solution in original post

1 Reply
732 Views
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