]> 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>
Tue, 25 Nov 2014 12:58:21 +0000 (12:58 +0000)
commit91443426246fbe13083c19801b7c74365e041271
treeca2e83f9c50cf4e70c7d05d3a37fe8805bc69768
parent899fe3d1d05054a10e4d427810c20ad1e34f916a
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.

Signed-off-by: Peter A. Bigot <pab@pabigot.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