diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-14 11:46:07 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-14 11:46:07 +0000 |
commit | ffc58804e1f5af1d136d43be289cc9772fef8f19 (patch) | |
tree | 8bd8719d466ddfefac217383eb03f57bfc42adef /meta/conf/bitbake.conf | |
parent | 853280f161ed24f9b976a6f53739c08ac2362ddb (diff) | |
download | openembedded-core-ffc58804e1f5af1d136d43be289cc9772fef8f19.tar.gz openembedded-core-ffc58804e1f5af1d136d43be289cc9772fef8f19.tar.bz2 openembedded-core-ffc58804e1f5af1d136d43be289cc9772fef8f19.zip |
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/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
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" # 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 ################################################################## |