Openembedded Core Discussions
 help / color / mirror / Atom feed
* How to properly enable PAM integration - docs no longer valid?
@ 2022-01-29  4:19 Carlos Rafael Giani
  2022-01-29  4:29 ` [OE-core] " Peter Kjellerstedt
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Rafael Giani @ 2022-01-29  4:19 UTC (permalink / raw)
  To: openembedded-core

According to this document:

   https://wiki.yoctoproject.org/wiki/PAM_Integration

PAM can be enabled by adding this line to local.conf:

   DISTRO_FEATURES_append += " pam"

In newer Yocto versions, this would be:

   DISTRO_FEATURES:append += " pam"

and this works. I *had* to use "+=" instead of "=" here, otherwise pam 
would not be added correctly.

But, then I get this warning:

   WARNING: DISTRO_FEATURES:append += is not a recommended operator 
combination, please replace it

So, how am I supposed to enable PAM in local.conf if I need to enable it 
quickly for a test by using poky and can't set up my own distro right now?



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-29  4:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-29  4:19 How to properly enable PAM integration - docs no longer valid? Carlos Rafael Giani
2022-01-29  4:29 ` [OE-core] " Peter Kjellerstedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox