diff options
author | Peter A. Bigot <pab@pabigot.com> | 2014-11-01 07:25:39 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-25 13:03:30 +0000 |
commit | b0b468d68136101086662e8753029ebf1222d8a8 (patch) | |
tree | 2b5d92ecb2e404c34ee3e46dee18e8844b105d92 | |
parent | e96ac6091542178052a62324c87318d21ae86594 (diff) | |
download | poky-b0b468d68136101086662e8753029ebf1222d8a8.tar.gz |
bitbake.conf: pseudo fall back to last-resort passwd files
Recipe packaging for the target requires permissions that are consistent
with meta/files/fs-perms.txt which specifies certain user and group
names. In the early parts of a target build base-passwd is not yet
available to provide the target /etc files used for user/group lookup.
Allow pseudo to fall-back to the last-resort files it installs if the
target ones aren't there yet.
(From OE-Core rev: 071d364b7a758ba5e546bb18c5816ac4c2e6747c)
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 2a8a37f87b..0ccaac0455 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -586,7 +586,7 @@ SRC_URI = "" | |||
586 | 586 | ||
587 | # Use pseudo as the fakeroot implementation | 587 | # Use pseudo as the fakeroot implementation |
588 | PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/" | 588 | PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/" |
589 | PSEUDO_PASSWD ?= "${STAGING_DIR_TARGET}" | 589 | PSEUDO_PASSWD ?= "${STAGING_DIR_TARGET}:${STAGING_DIR_NATIVE}" |
590 | export PSEUDO_DISABLED = "1" | 590 | export PSEUDO_DISABLED = "1" |
591 | #export PSEUDO_PREFIX = "${STAGING_DIR_NATIVE}${prefix_native}" | 591 | #export PSEUDO_PREFIX = "${STAGING_DIR_NATIVE}${prefix_native}" |
592 | #export PSEUDO_BINDIR = "${STAGING_DIR_NATIVE}${bindir_native}" | 592 | #export PSEUDO_BINDIR = "${STAGING_DIR_NATIVE}${bindir_native}" |