[OE-core] classes/lib/useradd: The option -P is deprecated

2021-10-18 Thread Daiane Angolini
Since [1] the option -P is not available, so remove it from parsing lib. This is a partial fix for [YOCTO #14605]. During the do_rootfs, the error message when using -P is: useradd: unrecognized option '--clear-password' Signed-off-by: Daiane Angolini --- meta/lib/oe/useradd.py | 1 - 1 fil

Re: [OE-core] classes/lib/useradd: The option -P is deprecated

2021-10-19 Thread Alexandre Belloni
Hello Daiane, On 18/10/2021 15:44:55-0300, Daiane Angolini wrote: > Since [1] the option -P is not available, so remove it from parsing lib. > > This is a partial fix for [YOCTO #14605]. > > During the do_rootfs, the error message when using -P is: > > useradd: unrecognized option '--clear-pa

Re: [OE-core] classes/lib/useradd: The option -P is deprecated

2021-10-21 Thread Daiane Angolini
On Tue, Oct 19, 2021 at 4:15 PM Alexandre Belloni wrote: > > Hello Daiane, > > On 18/10/2021 15:44:55-0300, Daiane Angolini wrote: > > Since [1] the option -P is not available, so remove it from parsing lib. > > > > This is a partial fix for [YOCTO #14605]. > > > > During the do_rootfs, the error