From: Richard Purdie Date: Sun, 27 Aug 2006 16:37:32 +0000 (+0000) Subject: bitbake.conf: Add PN to OVERRIDES in the form pn-PN (from poky) X-Git-Tag: Release-2010-05/1~9453^2~875^2~66^2~57^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7632c92656c9aec7e77255584d6bb942a0abc6ae;p=openembedded.git bitbake.conf: Add PN to OVERRIDES in the form pn-PN (from poky) --- diff --git a/conf/bitbake.conf b/conf/bitbake.conf index a6b995a241..1cb03f30bd 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -387,7 +387,7 @@ 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" +OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}" ################################################################## # Include the rest of the config files.