diff options
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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}" | |||
649 | # | 649 | # |
650 | # This works for functions as well, they are really just environment variables. | 650 | # This works for functions as well, they are really just environment variables. |
651 | # Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. | 651 | # Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. |
652 | OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}:forcevariable" | 652 | OVERRIDES = "local:${MACHINE}:${DISTROOVERRIDES}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}:forcevariable" |
653 | DISTROOVERRIDES ?= "${DISTRO}" | ||
653 | 654 | ||
654 | CPU_FEATURES ?= "" | 655 | CPU_FEATURES ?= "" |
655 | CPU_FEATURES_arm ?= "vfp" | 656 | CPU_FEATURES_arm ?= "vfp" |