[poky] [PATCH 0/1] bitbake wrapper: exit if python v3 is detected

Richard Purdie richard.purdie at linuxfoundation.org
Tue Jun 28 04:10:23 PDT 2011


On Tue, 2011-06-14 at 18:42 -0700, Scott Garman wrote:
> 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

Merged to master but please send OE-Core related patches to the OE-Core
list in future.

Cheers,

Richard




More information about the poky mailing list