I am building an image with Yocto/Poky release Daisy 1.6.3.
What is the correct way or config file where to set the root password? The default password is empty and I can't find a place where to specify it.
Generate the password using mkpasswd When setting the password encrypted, make sure to use an lowercase p ( -p ) option in usermod when setting the root password. This tells the usermod command that the password is in cleartext.
Poky is the build tool in the Yocto Project. The Yocto Project uses Poky to build images (kernel, system, and application software) for targeted hardware. Before diving into Poky, it helps to have an understanding of the Yocto Project.
Here is what you have to do in your recipe.
inherit extrausers EXTRA_USERS_PARAMS = "usermod -P p@ssw0rd root;"
where p@ssw0rd is the password you want root user to have.
This link may help you.
As "debug-tweaks"'s goal is to set root's password empty, you must remove it from your EXTRA_IMAGE_FEATURES.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With