summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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##################################################################