As xuser-account creates a new user, we need to add it to the testing static passwd file.
Signed-off-by: Yoann Congal <[email protected]> --- meta-selftest/files/static-group | 1 + meta-selftest/files/static-passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/meta-selftest/files/static-group b/meta-selftest/files/static-group index af2fa0f016..f7a66de24d 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 a4f652198c..cc6c5acd5c 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 -- 2.30.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#190750): https://lists.openembedded.org/g/openembedded-core/message/190750 Mute This Topic: https://lists.openembedded.org/mt/102616345/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
