From: Richard Purdie Date: Fri, 14 Oct 2011 12:51:14 +0000 (+0100) Subject: bitbake.conf Exclude MACHINE from MACHINEOVERRIDE variable dependencies X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66bef6b137bc89f2798dd1fb9b0f057462d87fdc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf Exclude MACHINE from MACHINEOVERRIDE variable dependencies (From OE-Core rev: 362512b83775ad7020e5870a594f0e7ca9ef83ba) Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a1420cf3734..e311e30fcca 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"