From: Richard Purdie Date: Fri, 14 Oct 2011 12:51:14 +0000 (+0100) Subject: bitbake.conf Exclude MACHINE from MACHINEOVERRIDE variable dependencies X-Git-Tag: 2015-4~13053 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=362512b83775ad7020e5870a594f0e7ca9ef83ba;p=openembedded-core.git bitbake.conf Exclude MACHINE from MACHINEOVERRIDE variable dependencies Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a1420cf373..e311e30fcc 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -669,6 +669,7 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}" OVERRIDES = "${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:forcevariable" DISTROOVERRIDES ?= "${DISTRO}" MACHINEOVERRIDES ?= "${MACHINE}" +MACHINEOVERRIDES[vardepsexclude] = "MACHINE" CPU_FEATURES ?= "" CPU_FEATURES_arm ?= "vfp"