diff options
author | Holger Freyther <zecke@selfish.org> | 2006-05-16 21:44:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-16 21:44:32 +0000 |
commit | a57d7d248644e1dc81dc97e6d03e56ce9e16ed51 (patch) | |
tree | b8eb12e0053842d86ce6b0bcb67952bb9adc96df /conf/bitbake.conf | |
parent | 614fae713de4e9804b3a658f54674dba652250a2 (diff) |
conf/bitbake.conf:
Add an alternative OVERRIDES line to enable my gcc hacks to
make things fail fast.
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index bcff586b82..54815cd0a0 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -383,6 +383,8 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}" # # 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 +#OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast" ################################################################## # Include the rest of the config files. |