diff options
| -rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index bc438cca82..5d5ddec499 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -714,11 +714,9 @@ DISTRO_NAME ??= "OpenEmbedded" | |||
| 714 | # This works for functions as well, they are really just environment variables. | 714 | # This works for functions as well, they are really just environment variables. |
| 715 | # Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. | 715 | # Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. |
| 716 | OVERRIDES = "${TARGET_OS}:${TRANSLATED_TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}${DISTROFEATURESOVERRIDES}:${CLASSOVERRIDE}:forcevariable" | 716 | OVERRIDES = "${TARGET_OS}:${TRANSLATED_TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}${DISTROFEATURESOVERRIDES}:${CLASSOVERRIDE}:forcevariable" |
| 717 | OVERRIDES[vardepsexclude] = "MACHINEOVERRIDES" | ||
| 718 | CLASSOVERRIDE ?= "class-target" | 717 | CLASSOVERRIDE ?= "class-target" |
| 719 | DISTROOVERRIDES ?= "${@d.getVar('DISTRO') or ''}" | 718 | DISTROOVERRIDES ?= "${@d.getVar('DISTRO') or ''}" |
| 720 | MACHINEOVERRIDES ?= "${MACHINE}" | 719 | MACHINEOVERRIDES ?= "${MACHINE}" |
| 721 | MACHINEOVERRIDES[vardepsexclude] = "MACHINE" | ||
| 722 | 720 | ||
| 723 | FILESOVERRIDES = "${TRANSLATED_TARGET_ARCH}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}" | 721 | FILESOVERRIDES = "${TRANSLATED_TARGET_ARCH}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}" |
| 724 | 722 | ||
