We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit 4d3c804 was supposed to configure static uid and gid but this is not effective as it is incomplete.
GROUPADD_GID_TABLES
USERADD_GID_TABLES
USERADDEXTENSION = "useradd-staticids"
USERADD_ERROR_DYNAMIC
See https://docs.yoctoproject.org/4.0.23/ref-manual/variables.html#term-USERADDEXTENSION
Apply to kirkstone and scarthgap branched
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Commit 4d3c804 was supposed to configure static uid and gid but this is not effective as it is incomplete.
GROUPADD_GID_TABLES
doesn't exist,USERADD_GID_TABLES
should be used insteadUSERADDEXTENSION = "useradd-staticids"
should be setUSERADD_ERROR_DYNAMIC
See https://docs.yoctoproject.org/4.0.23/ref-manual/variables.html#term-USERADDEXTENSION
Apply to kirkstone and scarthgap branched
The text was updated successfully, but these errors were encountered: