summaryrefslogtreecommitdiffstats
path: root/meta-oe/files/static-group-meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* libgpiod: Add gpio-manager/gpio to static IDsYoann Congal2025-03-151-0/+1
| | | | | | | | | | | | | | | In commit 9626e8a2c8f2 ("libgpiod: update to v2.2"), "gpio-manager" user and "gpio" group were added, add them to the static ID lists for the reproducibility test. Fixes this error from AB[0]: 2025-03-15 10:40:07,437 - oe-selftest - INFO - ERROR: Nothing RPROVIDES 'libgpiod-gpiosim' (but /srv/pokybuild/yocto-worker/reproducible-meta-oe/build/meta-openembedded/meta-python/recipes-devtools/python/python3-gpiod_2.3.0.bb RDEPENDS on or otherwise requires it) 2025-03-15 10:40:07,437 - oe-selftest - INFO - libgpiod RPROVIDES libgpiod-gpiosim but was skipped: Recipe libgpiod, package libgpiod-manager: system username "gpio-manager" does not have a static ID defined. Add gpio-manager to one of these files: /srv/pokybuild/yocto-worker/reproducible-meta-oe/build/build/build-st-meta-python/build-st/meta-selftest/files/static-passwd /srv/pokybuild/yocto-worker/reproducible-meta-oe/build/meta-openembedded/meta-oe/files/static-passwd-meta-oe [0]: https://autobuilder.yoctoproject.org/valkyrie/#/builders/87/builds/36/steps/40/logs/stdio Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Add missing group to static idYoann Congal2024-02-171-0/+1
| | | | | | | | | | | The influxdb group is used by the influxdb recipe and created by default by the useradd command. Also, align static passwd file to the USERADD_PARAM in the influxdb recipe and add the missing newline at end of file. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe/static-ids: Change postgres to 28 to match forced id in recipeYoann Congal2023-11-151-1/+1
| | | | | | | | | Current recipe does impose UID=GID=28 in the recipe code. Change postgres static ID to match in order to avoid a warning in reproducibility tests. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* static-group: Match nogroup id to base-passwd from core.Khem Raj2023-10-111-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add static-passwd and static-group filesFabien Thomas2023-10-101-0/+8
In order to pass reproducible tests, recipes that use the useradd class must have static ids configured. Signed-off-by: Fabien Thomas <fabien.thomas@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>