bitbake.conf: Set a variable for internal control of packaged staging code
authorRichard Purdie <rpurdie@rpsys.net>
Fri, 14 Mar 2008 11:31:49 +0000 (11:31 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Fri, 14 Mar 2008 11:31:49 +0000 (11:31 +0000)
conf/bitbake.conf

index 226f05b..ba2b2c7 100644 (file)
@@ -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
 ##################################################################