aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2011-04-08 07:41:21 -0700
committerChris Larson <chris_larson@mentor.com>2011-04-08 07:43:18 -0700
commit262e3bc9fa43221841509f160386f1e0538ba416 (patch)
tree6cd47259dc091cc61e784681db391cc4442545d6 /conf
parent443bcc0785bc004e471b3750a34d12d2fd2e5dad (diff)
downloadopenembedded-262e3bc9fa43221841509f160386f1e0538ba416.tar.gz
bitbake.conf: set FAKEROOT=fakeroot
This is needed for current bitbake to spawn 'fakeroot' flagged tasks. Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 6946be52fa..17a494db42 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -639,6 +639,8 @@ LOCALCOUNT[type] = "integer"
SRC_URI = "file://${FILE}"
SRC_URI[type] = "list"
+FAKEROOT = "fakeroot"
+
##################################################################
# UI/Interaction Configuration
##################################################################