Re: [yocto] issue adding the user with the yocto kirkstone

2024-04-26 Thread Daniel
You might want to check the "useradd/usermod" options with the "useradd/usermod --help" command. If you want to add a password the flag would be "-p", and this argument expects the password to be encrypted. You can generate this encrypted password with the command: " openssl passwd -1 ", for

Re: [yocto] issue adding the user with the yocto kirkstone

2024-04-26 Thread Mahendra Sondagar
hi.. @Daniel Many Thanks for the support This resolve the issue EXTRA_USERS_PARAMS += " useradd -m -s /bin/bash -P 'mahi' root;" however,  when i build the image and try to login with the board then I can't it's always returning as an incorrect password! here is the logs . stm32mp1

[yocto] [yocto-autobuilder-helper] [PATCH] cve-generate-chartdata: Handle unexpected files in the stats directory

2024-04-26 Thread Richard Purdie
A build of "stable/dunfell-nut" caused incorrect data to be added to the metrics repo and resulted in script failures. Handle this situation better. Signed-off-by: Richard Purdie --- scripts/cve-generate-chartdata | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git