by ClayMontgomery » Sat Jun 17, 2017 10:09 pm
First, see if the package you want is available in the existing recipes with something like:
bitbake -s | grep alsa
If it is not available, you must write a new recipe for it. If it is available, then add its package name (without version number) to your conf\local.conf to include it in all builds:
CORE_IMAGE_EXTRA_INSTALL += "alsa-utils"
Regards, Clay