diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 12:26:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 12:56:16 +0100 |
commit | 65f4b6541041e62f562830cfedf8284c0bc86a16 (patch) | |
tree | 0effc3553e119325dd1cd70a33c3712ad4d9cf56 /meta/conf/bitbake.conf | |
parent | 91d72e6a992d5ed55c0af427e147c7ae3adc517c (diff) | |
download | poky-65f4b6541041e62f562830cfedf8284c0bc86a16.tar.gz |
Further cleanup of various poky references
(From OE-Core rev: fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index c2a072a329..a2b36bdbef 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -528,8 +528,7 @@ SRCPV = "${@bb.fetch2.get_srcrev(d)}" | |||
528 | 528 | ||
529 | SRC_URI = "file://${FILE}" | 529 | SRC_URI = "file://${FILE}" |
530 | 530 | ||
531 | # We can choose which provider of fake root privileges to use | 531 | # Use pseudo as the fakeroot implementation |
532 | # default is fakeroot but in Poky we use pseudo | ||
533 | PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/" | 532 | PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/" |
534 | FAKEROOTENV = "PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_LOCALSTATEDIR=${PSEUDO_LOCALSTATEDIR} PSEUDO_NOSYMLINKEXP=1 PSEUDO_DISABLED=0" | 533 | FAKEROOTENV = "PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_LOCALSTATEDIR=${PSEUDO_LOCALSTATEDIR} PSEUDO_NOSYMLINKEXP=1 PSEUDO_DISABLED=0" |
535 | FAKEROOTDIRS = "${PSEUDO_LOCALSTATEDIR}" | 534 | FAKEROOTDIRS = "${PSEUDO_LOCALSTATEDIR}" |