Re: [OE-core] [dizzy] [PATCH 1/1] python: Add support for aarch64 for ctypes module

2015-03-12 Thread akuster808
Tudor, I don't think aarch64 was supported in dizzy. If I find examples where it's support has been accept then I will consider letting this in. - Armin On 03/09/2015 05:24 PM, Tudor Florea wrote: Ping. -Original Message- From: Tudor Florea [mailto:tudor.flo...@enea.com] Sent:

Re: [OE-core] [dizzy] [PATCH 1/1] python: Add support for aarch64 for ctypes module

2015-03-09 Thread Tudor Florea
Ping. -Original Message- From: Tudor Florea [mailto:tudor.flo...@enea.com] Sent: Wednesday, March 04, 2015 17:04 To: openembedded-core@lists.openembedded.org Cc: Tudor Florea Subject: [dizzy] [PATCH 1/1] python: Add support for aarch64 for ctypes module Python have its own

Re: [OE-core] [dizzy] [PATCH 1/1] python: Add support for aarch64 for ctypes module

2015-03-04 Thread Burton, Ross
On 4 March 2015 at 15:04, Tudor Florea tudor.flo...@enea.com wrote: Python have its own version of libffi used for ctypes module. libffi 3.0.10 contained in original source of Python-2.7.3 does not have support for aarch64 architecture. This is patch is backport support for aarch64 from

Re: [OE-core] [dizzy] [PATCH 1/1] python: Add support for aarch64 for ctypes module

2015-03-04 Thread Tudor Florea
On 3/4/2015 22:25, Burton, Ross wrote: On 4 March 2015 at 15:04, Tudor Florea tudor.flo...@enea.com mailto:tudor.flo...@enea.com wrote: Python have its own version of libffi used for ctypes module. libffi 3.0.10 contained in original source of Python-2.7.3 does not have

[OE-core] [dizzy] [PATCH 1/1] python: Add support for aarch64 for ctypes module

2015-03-04 Thread Tudor Florea
Python have its own version of libffi used for ctypes module. libffi 3.0.10 contained in original source of Python-2.7.3 does not have support for aarch64 architecture. This is patch is backport support for aarch64 from libffi 3.1 --- .../python/python/ctypes-libffi-aarch64.patch | 22 +