All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* Adding extra pam modules to the image #debian #kirkstone #poky #yocto
@ 2024-05-02 12:59 ruom9900
  2024-05-02 13:04 ` [yocto] " f.louveau
  0 siblings, 1 reply; 5+ messages in thread
From: ruom9900 @ 2024-05-02 12:59 UTC (permalink / raw
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 366 bytes --]

I'm new to yocto, I'm trying to add the 'pwquality' pam module to the image but I'm struggling with it, initially I have added this line to the local.conf file:

> 
> 
> 
> DISTRO_FEATURES:append = " pam"
> 
> 

which added pam and some modules but the module that i want which is 'pwquality' was not part of the installed modules, any idea how to add it?

[-- Attachment #2: Type: text/html, Size: 397 bytes --]

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

* Re: [yocto] Adding extra pam modules to the image #debian #kirkstone #poky #yocto
  2024-05-02 12:59 Adding extra pam modules to the image #debian #kirkstone #poky #yocto ruom9900
@ 2024-05-02 13:04 ` f.louveau
  2024-05-02 13:30   ` ruom9900
  2024-05-02 13:32   ` ruom9900
  0 siblings, 2 replies; 5+ messages in thread
From: f.louveau @ 2024-05-02 13:04 UTC (permalink / raw
  To: ruom9900, yocto

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

Hello,

You probably need to add libpwquality ( https://layers.openembedded.org/layerindex/recipe/68564/ ).
This recipe provides the pam plugin you want

[-- Attachment #2: Type: text/html, Size: 210 bytes --]

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

* Re: [yocto] Adding extra pam modules to the image #debian #kirkstone #poky #yocto
  2024-05-02 13:04 ` [yocto] " f.louveau
@ 2024-05-02 13:30   ` ruom9900
  2024-05-02 13:32   ` ruom9900
  1 sibling, 0 replies; 5+ messages in thread
From: ruom9900 @ 2024-05-02 13:30 UTC (permalink / raw
  To: f.louveau, yocto

[-- Attachment #1: Type: text/plain, Size: 217 bytes --]

Thank you, I have just tried adding this line of code, but the module is still not installed for me.

> 
> DISTRO_FEATURES:append = " libpwquality (
> https://layers.openembedded.org/layerindex/recipe/68564/ ) "

[-- Attachment #2: Type: text/html, Size: 299 bytes --]

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

* Re: [yocto] Adding extra pam modules to the image #debian #kirkstone #poky #yocto
  2024-05-02 13:04 ` [yocto] " f.louveau
  2024-05-02 13:30   ` ruom9900
@ 2024-05-02 13:32   ` ruom9900
  2024-05-02 14:02     ` f.louveau
  1 sibling, 1 reply; 5+ messages in thread
From: ruom9900 @ 2024-05-02 13:32 UTC (permalink / raw
  To: f.louveau, yocto

[-- Attachment #1: Type: text/plain, Size: 206 bytes --]

Thank you, I have just tried adding this line of code, but the module is still not installed for me.
DISTRO_FEATURES:append = " libpwquality ( https://layers.openembedded.org/layerindex/recipe/68564/ ) "

[-- Attachment #2: Type: text/html, Size: 340 bytes --]

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

* Re: [yocto] Adding extra pam modules to the image #debian #kirkstone #poky #yocto
  2024-05-02 13:32   ` ruom9900
@ 2024-05-02 14:02     ` f.louveau
  0 siblings, 0 replies; 5+ messages in thread
From: f.louveau @ 2024-05-02 14:02 UTC (permalink / raw
  To: ruom9900, yocto

[-- Attachment #1: Type: text/plain, Size: 55 bytes --]

It's not a DISTRO_FEATURES but a IMAGE_INSTALL:append

[-- Attachment #2: Type: text/html, Size: 55 bytes --]

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

end of thread, other threads:[~2024-05-02 14:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-02 12:59 Adding extra pam modules to the image #debian #kirkstone #poky #yocto ruom9900
2024-05-02 13:04 ` [yocto] " f.louveau
2024-05-02 13:30   ` ruom9900
2024-05-02 13:32   ` ruom9900
2024-05-02 14:02     ` f.louveau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.