summaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-03-14 11:31:49 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-03-14 11:31:49 +0000
commit9a0832d23c63e25e2b26f3fbc12119ba537450a7 (patch)
tree0b2132c07a152d8cf80f6ed401e088a4674ff702 /conf/bitbake.conf
parent9d8c87302c92bfcb71f6afff1a32449a06df7320 (diff)
downloadopenembedded-9a0832d23c63e25e2b26f3fbc12119ba537450a7.tar.gz
bitbake.conf: Set a variable for internal control of packaged staging code
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 226f05b944..ba2b2c71f5 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -564,6 +564,9 @@ IMAGE_ROOTFS_SIZE_ext3.gz ?= "65536"
# MACHINE don't change the path to the cache
CACHE := "${CACHE}"
+# Default to disabling packaged staging code
+export PSTAGING_ACTIVE = "0"
+
##################################################################
# Magic Cookie for SANITY CHECK
##################################################################