[oe-commits] org.oe.dev bitbake.conf: Set a variable for internal control of packaged staging code

rpurdie commit oe at amethyst.openembedded.net
Mon Mar 17 08:58:02 UTC 2008


bitbake.conf: Set a variable for internal control of packaged staging code

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 7d6383e4804b4b885b2658f17f8f272b088203a7
ViewMTN: http://monotone.openembedded.org/revision/info/7d6383e4804b4b885b2658f17f8f272b088203a7
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r1c81f55c067f96a737e8f54d256a02f24f13f8ae -r7d6383e4804b4b885b2658f17f8f272b088203a7
#
#
#
# patch "conf/bitbake.conf"
#  from [70cb68395c739ccdb760bd8420dc346bf585df73]
#    to [86fdaa0747310ea3f83914cbb3f62e00cd500cec]
#
============================================================
--- conf/bitbake.conf	70cb68395c739ccdb760bd8420dc346bf585df73
+++ conf/bitbake.conf	86fdaa0747310ea3f83914cbb3f62e00cd500cec
@@ -564,6 +564,9 @@ CACHE := "${CACHE}"
 # 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
 ##################################################################






More information about the Openembedded-commits mailing list