summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-06-23 15:19:06 +0100
committerJoshua Lock <josh@linux.intel.com>2010-07-16 15:40:32 +0100
commit29d5edffb051df34317e588335c6a454bbb42765 (patch)
tree98497001255adc2d789b2cfa3d44736655bf2d08 /meta/conf/bitbake.conf
parent1b6535dc2e556987a8e8a45b4ba8a6d5103b1b9d (diff)
downloadpoky-29d5edffb051df34317e588335c6a454bbb42765.tar.gz
Use pseudo rather than fakeroot for fake root privileges
Make use of the ability to configure the fake root provider and use Wind River's pseudo utility. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index e54f7d6fa5..ab91b932c4 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -525,6 +525,12 @@ SRCPV = "${@bb.fetch.get_srcrev(d)}"
525 525
526SRC_URI = "file://${FILE}" 526SRC_URI = "file://${FILE}"
527 527
528# We can choose which provider of fake root privileges to use
529# default is fakeroot but in Poky we use pseudo
530FAKEROOT = "PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} pseudo"
531PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native"
532
533
528################################################################## 534##################################################################
529# UI/Interaction Configuration 535# UI/Interaction Configuration
530################################################################## 536##################################################################