]> code.ossystems Code Review - openembedded-core.git/commitdiff
sanity.bbclass: remove SDK_ARCH check
authorJessica Zhang <jessica.zhang@intel.com>
Mon, 17 Jan 2011 18:25:47 +0000 (10:25 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jan 2011 21:36:59 +0000 (21:36 +0000)
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>
meta/classes/sanity.bbclass

index ccf40fb676511138506e84ed449d5dd38ba0880e..258d3345e8716209879a7cfff07e4995e91e0f67 100644 (file)
@@ -208,9 +208,6 @@ def check_sanity(e):
     if not oes_bb_conf:
         messages = messages + 'You do not include OpenEmbeddeds version of conf/bitbake.conf. This means your environment is misconfigured, in particular check BBPATH.\n'
 
-    if data.getVar('SDK_ARCH', e.data, True) == 'i686':
-        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'
-
     nolibs = data.getVar('NO32LIBS', e.data, True)
     if not nolibs:
         lib32path = '/lib'