diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-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 7c72de1e29..8b6236e03e 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -610,8 +610,9 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}" | |||
610 | # | 610 | # |
611 | # This works for functions as well, they are really just environment variables. | 611 | # This works for functions as well, they are really just environment variables. |
612 | # Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. | 612 | # Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. |
613 | OVERRIDES = "local:${MACHINE}:${DISTROOVERRIDES}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}:forcevariable" | 613 | OVERRIDES = "local:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}:forcevariable" |
614 | DISTROOVERRIDES ?= "${DISTRO}" | 614 | DISTROOVERRIDES ?= "${DISTRO}" |
615 | MACHINEOVERRIDES ?= "${MACHINE}" | ||
615 | 616 | ||
616 | CPU_FEATURES ?= "" | 617 | CPU_FEATURES ?= "" |
617 | CPU_FEATURES_arm ?= "vfp" | 618 | CPU_FEATURES_arm ?= "vfp" |