diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-10-23 11:51:42 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-10-23 11:51:42 +0000 |
commit | 12e1b9ea47f4ca31147978748522ad851fcd5a3e (patch) | |
tree | 2696070022dfcce2f34c8dbe94553ada6ea2e5e5 /conf | |
parent | 5e658011a2a1c0759f3f9a4eab450daa6418adba (diff) | |
parent | d0696b9ebb23cdcdaa4ab5562c7d91a6da48d7b6 (diff) |
merge of '9de07e481a86e3f14756eb2ba1a6101ccb1cc6b7'
and 'e930cc8c870552eea45fd56db9c1b737a0982b2e'
Diffstat (limited to 'conf')
-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. |