Re: [OE-core] [RFC][PATCH] python: ensure usage of host modules while cross compiling

2016-01-25 Thread Alejandro Hernandez
On 01/25/2016 09:19 AM, Richard Purdie wrote: On Mon, 2016-01-25 at 08:49 -0600, Alejandro Hernandez wrote: Ping This has been here for a while now, if it doesnt apply let me know and I will rebase this, this fixes bug 8671. Wasn't this fixed by: http://git.yoctoproject.org/cgit.cgi/poky/comm

Re: [OE-core] [RFC][PATCH] python: ensure usage of host modules while cross compiling

2016-01-25 Thread Richard Purdie
On Mon, 2016-01-25 at 08:49 -0600, Alejandro Hernandez wrote: > Ping > > This has been here for a while now, if it doesnt apply let me know > and I > will rebase this, this fixes bug 8671. Wasn't this fixed by: http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=a1fa8d9ac53625737aab29b4e5e1687

Re: [OE-core] [RFC][PATCH] python: ensure usage of host modules while cross compiling

2016-01-25 Thread Alejandro Hernandez
-core-boun...@lists.openembedded.org] on behalf of Belal, Awais Sent: Friday, October 30, 2015 6:08 PM To: openembedded-core@lists.openembedded.org Subject: [OE-core] [RFC][PATCH] python: ensure usage of host modules while cross compiling The issue is generally seen on x86 type of machines

Re: [OE-core] [RFC][PATCH] python: ensure usage of host modules while cross compiling

2015-11-02 Thread Belal, Awais
] [RFC][PATCH] python: ensure usage of host modules while cross compiling The issue is generally seen on x86 type of machines passing -march=bdverX (X=3,4 etc) flags but in general this should cause a problem when freshly built target modules are tried for an import during the cross build process

[OE-core] [RFC][PATCH] python: ensure usage of host modules while cross compiling

2015-10-30 Thread Awais Belal
The issue is generally seen on x86 type of machines passing -march=bdverX (X=3,4 etc) flags but in general this should cause a problem when freshly built target modules are tried for an import during the cross build process. Aiding the PYTHONPATH with CROSSPYTHONPATH which contains the native modul