bitbake.conf Exclude MACHINE from MACHINEOVERRIDE variable dependencies

(From OE-Core rev: 362512b83775ad7020e5870a594f0e7ca9ef83ba)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-10-14 13:51:14 +01:00
parent ff1781576b
commit 66bef6b137
1 changed files with 1 additions and 0 deletions

View File

@ -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"