I'm new to Yocto, and I'm trying to add the pwquality PAM module to the image, but I'm struggling with it.
Initially, I added this line to the local.conf file:
DISTRO_FEATURES:append = " pam"
Which added PAM and some modules, but the module I want, which is pwquality, was not part of the installed modules.
Any idea how to add it?