From d02cdf3ee88c7bbb93cecf094008858782deec3f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 16 Aug 2014 08:20:57 +0100 Subject: crosssdk: Clear MACHINEOVERRIDES Without this, things like arm* can make it into OVERRIDES when we're building a compiler to build binaries for another architecture like x86. This can can lead to build failures dependning on the exact configuration and overrides. For example: MACHINE=imx53qsb bitbake gcc-crosssdk-initial-x86_64 -e | grep EXTRA_OECONF was showing an armv7 configuration option to gcc. Signed-off-by: Richard Purdie --- meta/classes/crosssdk.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') diff --git a/meta/classes/crosssdk.bbclass b/meta/classes/crosssdk.bbclass index 261a37465e..3ed0a90ab3 100644 --- a/meta/classes/crosssdk.bbclass +++ b/meta/classes/crosssdk.bbclass @@ -1,6 +1,7 @@ inherit cross CLASSOVERRIDE = "class-crosssdk" +MACHINEOVERRIDES = "" PACKAGE_ARCH = "${SDK_ARCH}" python () { # set TUNE_PKGARCH to SDK_ARCH -- cgit 1.2.3-korg