From: Koen Kooi Date: Sat, 20 May 2006 17:20:05 +0000 (+0000) Subject: conf/bitbake.conf: enable the fail-fast host include finder. At least opie, gpe,... X-Git-Tag: Release-2010-05/1~9453^2~1665^2~3^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44e7c1fe54be2e3abac68416488bd79c2112c63;p=openembedded.git conf/bitbake.conf: enable the fail-fast host include finder. At least opie, gpe, e17 and python build cleanly --- 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 '_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.