libgpiod: Add gpio-manager/gpio to static IDs

In commit 9626e8a2c8 ("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>
This commit is contained in:
Yoann Congal 2025-03-16 00:14:58 +01:00 committed by Khem Raj
parent 5bfc081d8f
commit 8e9c2cba4d
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 2 additions and 0 deletions

View File

@ -6,4 +6,5 @@ postgres:x:28:
zabbix:x:605: zabbix:x:605:
mail:x:606: mail:x:606:
influxdb:x:622: influxdb:x:622:
gpio:x:624:
nogroup:x:65534: nogroup:x:65534:

View File

@ -9,3 +9,4 @@ pcp:x:620:nogroup::/:/bin/nologin
pcpqa:x:621:nogroup::/:/bin/nologin pcpqa:x:621:nogroup::/:/bin/nologin
influxdb:x:622:influxdb::/var/lib/influxdb:/bin/nologin influxdb:x:622:influxdb::/var/lib/influxdb:/bin/nologin
mongodb:x:623:nogroup::/:/bin/nologin mongodb:x:623:nogroup::/:/bin/nologin
gpio-manager:x:624:gpio::/:/bin/nologin