From: Richard Purdie Date: Fri, 14 Mar 2008 11:31:49 +0000 (+0000) Subject: bitbake.conf: Set a variable for internal control of packaged staging code X-Git-Tag: Release-2010-05/1~7485^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a0832d23c63e25e2b26f3fbc12119ba537450a7;p=openembedded.git bitbake.conf: Set a variable for internal control of packaged staging code --- 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 ##################################################################