summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2025-03-16 00:14:58 +0100
committerKhem Raj <raj.khem@gmail.com>2025-03-15 23:05:31 -0700
commit8e9c2cba4d8dea97d535a1f9d167aaaf03a9d26e (patch)
treef424a0ea547b5b31d64cc0b6816c262e10d72547
parent5bfc081d8ff34f66acdab3d2b3f8883596951b13 (diff)
downloadmeta-openembedded-8e9c2cba4d8dea97d535a1f9d167aaaf03a9d26e.tar.gz
libgpiod: Add gpio-manager/gpio to static IDs
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>
-rw-r--r--meta-oe/files/static-group-meta-oe1
-rw-r--r--meta-oe/files/static-passwd-meta-oe1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/files/static-group-meta-oe b/meta-oe/files/static-group-meta-oe
index 543c893c00..17ca545d10 100644
--- a/meta-oe/files/static-group-meta-oe
+++ b/meta-oe/files/static-group-meta-oe
@@ -6,4 +6,5 @@ postgres:x:28:
6zabbix:x:605: 6zabbix:x:605:
7mail:x:606: 7mail:x:606:
8influxdb:x:622: 8influxdb:x:622:
9gpio:x:624:
9nogroup:x:65534: 10nogroup:x:65534:
diff --git a/meta-oe/files/static-passwd-meta-oe b/meta-oe/files/static-passwd-meta-oe
index daf686b930..1aba2e8d62 100644
--- a/meta-oe/files/static-passwd-meta-oe
+++ b/meta-oe/files/static-passwd-meta-oe
@@ -9,3 +9,4 @@ pcp:x:620:nogroup::/:/bin/nologin
9pcpqa:x:621:nogroup::/:/bin/nologin 9pcpqa:x:621:nogroup::/:/bin/nologin
10influxdb:x:622:influxdb::/var/lib/influxdb:/bin/nologin 10influxdb:x:622:influxdb::/var/lib/influxdb:/bin/nologin
11mongodb:x:623:nogroup::/:/bin/nologin 11mongodb:x:623:nogroup::/:/bin/nologin
12gpio-manager:x:624:gpio::/:/bin/nologin