Re: [OE-core] Python Large File System Support

2014-09-24 Thread Burton, Ross
On 23 September 2014 02:27, Ong, Boon Leong wrote: > I did a search around meta/recipes-devtool/python found many recipes files. > So, I am reaching out to expert in this forum to guide on which is the right > file > to be touched to enabled LFS? The important one is python_2.7.3.bb. There's a

[OE-core] Python Large File System Support

2014-09-22 Thread Ong, Boon Leong
Dear all, Based on https://docs.python.org/2/library/posix.html, in order to support LFS in python, there is a special CFLAGS "-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" needed. I did a search around meta/recipes-devtool/python found many recipes files. So, I am reaching out to expert in