From: Saul Wold Date: Wed, 23 Feb 2011 22:22:30 +0000 (-0800) Subject: bitbake.conf: Add DISTROOVERRIDES variable X-Git-Tag: 2011-1~2257 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4ca377cf421fba7c1b7d3d1bf0b7486e441603ed;p=openembedded-core.git bitbake.conf: Add DISTROOVERRIDES variable Signed-off-by: Saul Wold --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 162c7924e6..cba918e1e7 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -649,7 +649,8 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}" # # This works for functions as well, they are really just environment variables. # 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}:forcevariable" +OVERRIDES = "local:${MACHINE}:${DISTROOVERRIDES}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}:forcevariable" +DISTROOVERRIDES ?= "${DISTRO}" CPU_FEATURES ?= "" CPU_FEATURES_arm ?= "vfp"