From: Yoann Congal Date: Wed, 15 Nov 2023 22:50:42 +0000 (+0100) Subject: meta-selftest/files: add xuser to static-passwd/-group X-Git-Tag: yocto-5.2~4577 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c0637a2ba7621a6398dc62b4d019cd525ee8908;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git meta-selftest/files: add xuser to static-passwd/-group As xuser-account creates a new user, we need to add it to the testing static passwd file. Signed-off-by: Yoann Congal Signed-off-by: Alexandre Belloni --- diff --git a/meta-selftest/files/static-group b/meta-selftest/files/static-group index af2fa0f0164..f7a66de24de 100644 --- a/meta-selftest/files/static-group +++ b/meta-selftest/files/static-group @@ -26,3 +26,4 @@ wayland:x:526: render:x:527: sgx:x:528: ptest:x:529: +xuser:x:530: diff --git a/meta-selftest/files/static-passwd b/meta-selftest/files/static-passwd index a4f652198c5..cc6c5acd5cf 100644 --- a/meta-selftest/files/static-passwd +++ b/meta-selftest/files/static-passwd @@ -18,3 +18,4 @@ builder:x:522:522::/:/bin/nologin _apt:x:523:523::/:/bin/nologin weston:x:525:525::/:/bin/nologin ptest:x:529:529::/:/bin/nologin +xuser:x:530:530::/:/bin/nologin