All of lore.kernel.org
 help / color / mirror / Atom feed
* [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-17 18:29 [PATCH 0/1] Remove sanity check for i686 Jessica Zhang
@ 2011-01-17 18:25 ` Jessica Zhang
  2011-01-18 22:44 ` [PATCH 0/1] Remove sanity check for i686 Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Jessica Zhang @ 2011-01-17 18:25 UTC (permalink / raw)
  To: poky

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] 3+ messages in thread

* [PATCH 0/1] Remove sanity check for i686
@ 2011-01-17 18:29 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
  2011-01-18 22:44 ` [PATCH 0/1] Remove sanity check for i686 Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Jessica Zhang @ 2011-01-17 18:29 UTC (permalink / raw)
  To: poky

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] 3+ messages in thread

* Re: [PATCH 0/1] Remove sanity check for i686
  2011-01-17 18:29 [PATCH 0/1] Remove sanity check for i686 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
@ 2011-01-18 22:44 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-01-18 22:44 UTC (permalink / raw)
  To: Jessica Zhang; +Cc: poky

On 01/17/2011 10:29 AM, Jessica Zhang wrote:
> 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
>
Jessica:

Can you re-submit this with a more correct subject line, the format is 
typically:

<recipe/bbclass>: short synopsis
[Blank Line]
Longer Description of fix if needed

Signed-off-by: ...

For example this one might be:

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


Thanks
   Sau!

>   meta/classes/sanity.bbclass |    3 ---
>   1 files changed, 0 insertions(+), 3 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



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

end of thread, other threads:[~2011-01-18 22:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-17 18:29 [PATCH 0/1] Remove sanity check for i686 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
2011-01-18 22:44 ` [PATCH 0/1] Remove sanity check for i686 Saul Wold

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.