All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] bitbake wrapper: exit if python v3 is detected
@ 2011-06-15  1:42 Scott Garman
  2011-06-15  1:42 ` [PATCH 1/1] " Scott Garman
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Scott Garman @ 2011-06-15  1:42 UTC (permalink / raw)
  To: poky

Make sure we're not using python v3.x. This check can't go into
sanity.bbclass because bitbake's source code doesn't even pass
parsing stage when used with python v3, so we catch it here so we
can offer a meaningful error message.

This fixes bug [YOCTO #1128]

I did attempt to make changes to bitbake to get the source code to
parse under python v3, but there are issues which make it too
difficult to get the code to work with python v2 and v3. For example,
importing modules within a package has changed significantly in v3
in such a way that breaks compatability with v2.

The following changes since commit 7aa7673459376aff911cef820c9417c998d1aa96:

  meta-yocto/linux-yocto: update to match the renamed linux-yocto recipes (2011-06-14 09:21:32 -0700)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib sgarman/bb-python-v3
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/bb-python-v3

Scott Garman (1):
  bitbake wrapper: exit if python v3 is detected

 scripts/bitbake |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)



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

end of thread, other threads:[~2011-06-28 11:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-15  1:42 [PATCH 0/1] bitbake wrapper: exit if python v3 is detected Scott Garman
2011-06-15  1:42 ` [PATCH 1/1] " Scott Garman
2011-06-27 20:01 ` [PATCH 0/1] " Scott Garman
2011-06-28 10:27   ` Koen Kooi
2011-06-28 11:10 ` Richard Purdie

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.