All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-filesystems][PATCH 1/7] Add static-passwd and static-group files
@ 2023-10-10  9:39 Fabien Thomas
  2023-10-10  9:39 ` [meta-gnome][PATCH 2/7] " Fabien Thomas
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Fabien Thomas @ 2023-10-10  9:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Fabien Thomas, Yoann Congal

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>
---
 meta-filesystems/files/static-passwd-meta-filesystems | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 meta-filesystems/files/static-passwd-meta-filesystems

diff --git a/meta-filesystems/files/static-passwd-meta-filesystems b/meta-filesystems/files/static-passwd-meta-filesystems
new file mode 100644
index 000000000..157697f3e
--- /dev/null
+++ b/meta-filesystems/files/static-passwd-meta-filesystems
@@ -0,0 +1,3 @@
+fsgqa:x:700:nogroup::/:/bin/nologin
+123456-fsgqa:x:701:nogroup::/:/bin/nologin
+fsgqa2:x:702:nogroup::/:/bin/nologin
\ No newline at end of file
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-10-13 14:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-10  9:39 [meta-filesystems][PATCH 1/7] Add static-passwd and static-group files Fabien Thomas
2023-10-10  9:39 ` [meta-gnome][PATCH 2/7] " Fabien Thomas
2023-10-10  9:39 ` [meta-multimedia][PATCH 3/7] " Fabien Thomas
2023-10-10  9:39 ` [meta-networking][PATCH 4/7] " Fabien Thomas
2023-10-10  9:39 ` [meta-oe][PATCH 5/7] " Fabien Thomas
2023-10-11 18:50   ` [oe] " Dan McGregor
2023-10-13 14:12     ` Fabien Thomas
2023-10-10  9:39 ` [meta-perl][PATCH 6/7] " Fabien Thomas
2023-10-10  9:39 ` [meta-webserver][PATCH 7/7] " Fabien Thomas
2023-10-12 12:01 ` [oe] [meta-filesystems][PATCH 1/7] " Vyacheslav Yurkov
2023-10-13 14:10   ` Fabien Thomas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.