seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
https://lfenergy.org/projects/seapath/
Apache License 2.0
6 stars 10 forks source link

Use static UID/GID #234

Closed dupremathieu closed 4 weeks ago

dupremathieu commented 1 month ago

We create groups and users on Yocto without specifying UID and GID. It is dangerous because if we add or remove one group or user it can shift ids and break an existing installation after an update.