aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2011-04-08 07:41:21 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2011-04-20 23:53:04 +0200
commit46ea5c7924e244734465d5211c5912cfc6b1d68b (patch)
tree7eab98dfcf399d1a44b11563004aea608b892dff /conf
parent54946a537c19d707c58844ade2994befd02123d7 (diff)
downloadopenembedded-46ea5c7924e244734465d5211c5912cfc6b1d68b.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> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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 8cf19f2b5b..0477afb8b8 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -598,6 +598,8 @@ LOCALCOUNT = "0"
SRC_URI = "file://${FILE}"
+FAKEROOT = "fakeroot"
+
##################################################################
# UI/Interaction Configuration
##################################################################