[oe-commits] org.oe.dev bitbake.conf: Add -pn bit to alternative OVERRIDES definition and update descriptions.

florian commit openembedded-commits at lists.openembedded.org
Tue Oct 23 11:02:53 UTC 2007


bitbake.conf: Add -pn bit to alternative OVERRIDES definition and update descriptions.

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 61fa8bae987fbc94312beed01805ad1e118a1638
ViewMTN: http://monotone.openembedded.org/revision/info/61fa8bae987fbc94312beed01805ad1e118a1638
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r5c1f800d5a3c66b86677c20801619331b7bc3b4c -r61fa8bae987fbc94312beed01805ad1e118a1638
#
# 
# 
# patch "conf/bitbake.conf"
#  from [f410a6b3af115612f2bd104814d1035583d3518a]
#    to [7223700020e755692ec209b6de23efdf0d5960cd]
# 
============================================================
--- conf/bitbake.conf	f410a6b3af115612f2bd104814d1035583d3518a
+++ conf/bitbake.conf	7223700020e755692ec209b6de23efdf0d5960cd
@@ -460,9 +460,10 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}"
 # when ${MACHINE} is 'ramses'. And finally '<foo>_local' overrides anything.
 #
 # This works for  functions as well, they are really just environment variables.
-#OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}"
-# Alternative OVERRIDES to make compilation fail fast, we will enable it by default soon
+# Default OVERRIDES to make compilation fail fast in case of build system misconfiguration.
 OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
+# Alternative OVERRIDES definition without "fail fast", usually only for native building and Scratchbox toolchains.
+#OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}"
 
 ##################################################################
 # Include the rest of the config files.






More information about the Openembedded-commits mailing list