* [PATCH 0/1] sanity.bbclass: remote SDK_ARCH check
@ 2011-01-19 0:27 Jessica Zhang
2011-01-17 18:25 ` [PATCH 1/1] remove sanity check for SDK_ARCH=i686 due to recent fixes in cross toolchain areas, etc. the old issue no longer exists Jessica Zhang
0 siblings, 1 reply; 2+ messages in thread
From: Jessica Zhang @ 2011-01-19 0:27 UTC (permalink / raw)
To: poky; +Cc: i586-poky-linux-gcc
I've tested against a newly built toolchain with host as i686 and target as i586 and used the toolchain cross compile cvs(c) and suduku(c++) applications and ran them on the target without issues.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: jzhang/bitbake_i686
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jzhang/bitbake_i686
Thanks,
Jessica Zhang <jessica.zhang@intel.com>
---
Jessica Zhang (1):
remove sanity check for SDK_ARCH=i686 due to recent fixes in cross
toolchain areas, etc. the old issue no longer exists
meta/classes/sanity.bbclass | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH 1/1] remove sanity check for SDK_ARCH=i686 due to recent fixes in cross toolchain areas, etc. the old issue no longer exists
2011-01-19 0:27 [PATCH 0/1] sanity.bbclass: remote SDK_ARCH check Jessica Zhang
@ 2011-01-17 18:25 ` Jessica Zhang
0 siblings, 0 replies; 2+ messages in thread
From: Jessica Zhang @ 2011-01-17 18:25 UTC (permalink / raw)
To: poky; +Cc: i586-poky-linux-gcc
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
---
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 9d183e3..c66015e 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -196,9 +196,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'
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-19 0:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-19 0:27 [PATCH 0/1] sanity.bbclass: remote SDK_ARCH check Jessica Zhang
2011-01-17 18:25 ` [PATCH 1/1] remove sanity check for SDK_ARCH=i686 due to recent fixes in cross toolchain areas, etc. the old issue no longer exists Jessica Zhang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.