Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: Exclude MACHINE from OVERRIDES variable dependency list
@ 2011-10-10 14:06 Richard Purdie
  2011-10-10 15:02 ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2011-10-10 14:06 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
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"





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-10-10 20:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 14:06 [PATCH] bitbake.conf: Exclude MACHINE from OVERRIDES variable dependency list Richard Purdie
2011-10-10 15:02 ` Koen Kooi
2011-10-10 15:40   ` Richard Purdie
2011-10-10 15:53     ` Koen Kooi
2011-10-10 20:41       ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox