]> code.ossystems Code Review - openembedded-core.git/commit
pseudo: provide fallback passwd and group files
authorPeter A. Bigot <pab@pabigot.com>
Sat, 1 Nov 2014 11:48:03 +0000 (06:48 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2014 10:17:30 +0000 (10:17 +0000)
commita81b9811803c7a904e0d806302636f80ce6d31a4
treeb519af758b05cb2f339b39a621c26bb44b789c49
parent9a4f8895d76a1b2aca5a3a479beeaee8c9ffbcc2
pseudo: provide fallback passwd and group files

Normally pseudo is built with --without-passwd-fallback, which requires
that somebody provide target passwd and group files.  Those come from
base-passwd in OE, but base-passwd cannot be built without first
invoking operations under pseudo that require getpw*/getgr*.

Provide the absolute minimum stub files, matching in content what will
eventually be on the target, that can be used in the cases where the
target files are not yet available.  The requirements for minimum stub
are the usernames and groups identified in meta/files/fs-perms.txt.

(From OE-Core rev: 91443426246fbe13083c19801b7c74365e041271)

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/pseudo/files/fallback-group [new file with mode: 0644]
meta/recipes-devtools/pseudo/files/fallback-passwd [new file with mode: 0644]
meta/recipes-devtools/pseudo/pseudo_1.6.2.bb