From: Saul Wold Date: Wed, 23 Feb 2011 22:22:30 +0000 (-0800) Subject: bitbake.conf: Add DISTROOVERRIDES variable X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~46413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ca377cf421fba7c1b7d3d1bf0b7486e441603ed;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: Add DISTROOVERRIDES variable Signed-off-by: Saul Wold --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 162c7924e67..cba918e1e79 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"