summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-03-14 11:46:07 +0000
committerRichard Purdie <richard@openedhand.com>2008-03-14 11:46:07 +0000
commitffc58804e1f5af1d136d43be289cc9772fef8f19 (patch)
tree8bd8719d466ddfefac217383eb03f57bfc42adef /meta
parent853280f161ed24f9b976a6f53739c08ac2362ddb (diff)
downloadpoky-ffc58804e1f5af1d136d43be289cc9772fef8f19.tar.gz
bitbake.conf: Sync with OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4007 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index e614057cb8..b564a5bcad 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -574,6 +574,9 @@ IMAGE_ROOTFS_SIZE_ext3.gz ?= "65536"
574# MACHINE don't change the path to the cache 574# MACHINE don't change the path to the cache
575CACHE := "${CACHE}" 575CACHE := "${CACHE}"
576 576
577# Default to disabling packaged staging code
578export PSTAGING_ACTIVE = "0"
579
577################################################################## 580##################################################################
578# Magic Cookie for SANITY CHECK 581# Magic Cookie for SANITY CHECK
579################################################################## 582##################################################################