diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-10-23 11:13:36 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-10-23 11:13:36 +0000 |
commit | 63b6a95c46ecabc46ad5ac81ea8ff72897731e82 (patch) | |
tree | cb5ea08ccc2f34006f1d0adcf8cd3fa537dd19ce | |
parent | ac08cb0167f930b10506cb85a55b85602ef79c95 (diff) | |
parent | 027e69437efaa0d4740136e5f3b1be554e5998a8 (diff) |
merge of '53cc62f49c8608e5ffa07ac066958e28d5113f8e'
and '61fa8bae987fbc94312beed01805ad1e118a1638'
-rw-r--r-- | conf/bitbake.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 046b107936..43e45bd87d 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -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. |