[oe-commits] Richard Purdie : bitbake.conf: Exclude MACHINE from OVERRIDES variable dependency list

git version control git at git.openembedded.org
Tue Oct 11 13:08:17 UTC 2011


Module: openembedded-core.git
Branch: master-next
Commit: c232ef1443247595cfbc3e2b1c3d2aad2a3dff0c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c232ef1443247595cfbc3e2b1c3d2aad2a3dff0c

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Oct 10 14:48:32 2011 +0100

bitbake.conf: Exclude MACHINE from OVERRIDES variable dependency list

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index a1420cf..11d76b8 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}"
+OVERRIDES[vardepsexclude] = "MACHINE"
 
 CPU_FEATURES ?= ""
 CPU_FEATURES_arm ?= "vfp"





More information about the Openembedded-commits mailing list