Can I use ‘+=’ operator with EXTRA_USERS_PARAMS variable to add usermod commands from multiple files?
I’m using Yocto Kirkstone. To modify users on my embedded linux target device I use extrausers class along with EXTRA_USERS_PARAMS
variable. At first I used it for changing root password.
So in my custom-image.bb
file, in which I define my image, I was using:
Can I use ‘+=’ operator with EXTRA_USERS_PARAMS variable to add usermod commands from multiple files?
I’m using Yocto Kirkstone. To modify users on my embedded linux target device I use extrausers class along with EXTRA_USERS_PARAMS
variable. At first I used it for changing root password.
So in my custom-image.bb
file, in which I define my image, I was using: