diff options
author | Koen Kooi <koen@openembedded.org> | 2006-05-20 17:22:56 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-20 17:22:56 +0000 |
commit | b203c31021eaecc7750b1e670472b97777f0511b (patch) | |
tree | 2ee7429fb90899598fd0398e1864aa967179c4dd /conf | |
parent | 496f877347fd9ff833d20a495999493fef0334c9 (diff) | |
parent | d44e7c1fe54be2e3abac68416488bd79c2112c63 (diff) |
merge of 7b99c91d607aaec886913e28b8d90df3ea56d5d9
and d9c4abd064b8662fdf4ba0a5e24699fc89ce51f3
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 54815cd0a0..3542cfbdee 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -382,9 +382,9 @@ 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}" +#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" +OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast" ################################################################## # Include the rest of the config files. |