From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx-3.enea.com (sestofw01.enea.se [192.36.1.252]) by mail.openembedded.org (Postfix) with SMTP id 8294A60144 for ; Wed, 4 Mar 2015 22:52:30 +0000 (UTC) Received: from [IPv6:fda8:8b75:6fa6:1000:a43b:eaca:e79a:f903] (192.168.15.34) by smtp.enea.com (172.21.1.209) with Microsoft SMTP Server id 14.3.224.2; Wed, 4 Mar 2015 23:52:23 +0100 Message-ID: <54F78CA5.8090209@enea.com> Date: Thu, 5 Mar 2015 00:52:21 +0200 From: Tudor Florea User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: "Burton, Ross" References: <1425481460-33631-1-git-send-email-tudor.florea@enea.com> In-Reply-To: X-Originating-IP: [192.168.15.34] Cc: OE-core Subject: Re: [dizzy] [PATCH 1/1] python: Add support for aarch64 for ctypes module X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2015 22:52:33 -0000 Content-Type: multipart/alternative; boundary="------------060805000107070106040800" --------------060805000107070106040800 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit On 3/4/2015 22:25, Burton, Ross wrote: > > On 4 March 2015 at 15:04, Tudor Florea > 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 libffi 3.1 > > > Can you confirm that this is already fixed in master by having Python > 2.7.9? I can confirm master (Python 2.7.9) have already the support for aarch64 included. Regards, Tudor. > > Ross --------------060805000107070106040800 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 8bit
On 3/4/2015 22:25, Burton, Ross wrote:

On 4 March 2015 at 15:04, Tudor Florea <tudor.florea@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 libffi 3.1

Can you confirm that this is already fixed in master by having Python 2.7.9?
I can confirm master (Python 2.7.9) have already the support for aarch64 included.
Regards,
  Tudor.

Ross

--------------060805000107070106040800--