diff options
author | Jessica Zhang <jessica.zhang@intel.com> | 2011-01-17 10:25:47 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-20 21:36:59 +0000 |
commit | fe9f7162f9e780c191ab85df0c58790ae98628d4 (patch) | |
tree | 2985c4d6a8ff2488745bbd53b2df39be403f5f34 | |
parent | a1ab102ac3acadde7912dd4b16f85e207791ce13 (diff) | |
download | poky-fe9f7162f9e780c191ab85df0c58790ae98628d4.tar.gz |
sanity.bbclass: remove SDK_ARCH check
remove sanity check for SDK_ARCH=i686 due to recent fixes in cross toolchain areas, etc. the old issue no longer exists
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
-rw-r--r-- | meta/classes/sanity.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index ccf40fb676..258d3345e8 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -208,9 +208,6 @@ def check_sanity(e): | |||
208 | if not oes_bb_conf: | 208 | if not oes_bb_conf: |
209 | messages = messages + 'You do not include OpenEmbeddeds version of conf/bitbake.conf. This means your environment is misconfigured, in particular check BBPATH.\n' | 209 | messages = messages + 'You do not include OpenEmbeddeds version of conf/bitbake.conf. This means your environment is misconfigured, in particular check BBPATH.\n' |
210 | 210 | ||
211 | if data.getVar('SDK_ARCH', e.data, True) == 'i686': | ||
212 | messages = messages + '"Please set SDKMACHINE to i586. It is currently defaulting to the build machine architecture of i686 and this is known to have issues (see local.conf).\n' | ||
213 | |||
214 | nolibs = data.getVar('NO32LIBS', e.data, True) | 211 | nolibs = data.getVar('NO32LIBS', e.data, True) |
215 | if not nolibs: | 212 | if not nolibs: |
216 | lib32path = '/lib' | 213 | lib32path = '/lib' |