Re: [yocto] poky using native pkg_resources module

2017-10-02 Thread Alejandro Hernandez
Thanks Ulf, I will provide a fix soon. Alejandro On 09/30/2017 05:27 PM, Ulf Samuelsson wrote: Den 2017-09-30 kl. 21:32, skrev Alejandro Hernandez: Hey Ulf, Yes, the problem is that the bmap-tools script is trying to be executed by python3 (HOST) but it should be executed by the nativ

Re: [yocto] poky using native pkg_resources module

2017-09-30 Thread Ulf Samuelsson
Den 2017-09-30 kl. 21:32, skrev Alejandro Hernandez: Hey Ulf, Yes, the problem is that the bmap-tools script is trying to be executed by python3 (HOST) but it should be executed by the native python3 we just built, so fixing the shebang on the script should do it, please file the bug an

Re: [yocto] poky using native pkg_resources module

2017-09-30 Thread Alejandro Hernandez
Hey Ulf, Yes, the problem is that the bmap-tools script is trying to be executed by python3 (HOST) but it should be executed by the native python3 we just built, so fixing the shebang on the script should do it, please file the bug and email me the bug number so I can take care of it. Al

Re: [yocto] poky using native pkg_resources module

2017-09-30 Thread Alejandro Hernandez
On 09/30/2017 01:31 PM, Ulf Samuelsson wrote: Den 2017-09-29 kl. 20:18, skrev Alejandro Hernandez: Hey Ulf, On 09/29/2017 04:05 AM, Ulf Samuelsson wrote: It looks like the pkg_resource module is using the native installation I cloned poky early september, and could complete a build. W

Re: [yocto] poky using native pkg_resources module

2017-09-30 Thread Ulf Samuelsson
Den 2017-09-29 kl. 20:18, skrev Alejandro Hernandez: Hey Ulf, On 09/29/2017 04:05 AM, Ulf Samuelsson wrote: It looks like the pkg_resource module is using the native installation I cloned poky early september, and could complete a build. When I clone poky today, the build fails. As part

Re: [yocto] poky using native pkg_resources module

2017-09-29 Thread Alejandro Hernandez
Hey Ulf, On 09/29/2017 04:05 AM, Ulf Samuelsson wrote: It looks like the pkg_resource module is using the native installation I cloned poky early september, and could complete a build. When I clone poky today, the build fails. As part of "do_image_wic" from image_types_wic.bbclass A pytho

[yocto] poky using native pkg_resources module

2017-09-29 Thread Ulf Samuelsson
It looks like the pkg_resource module is using the native installation I cloned poky early september, and could complete a build. When I clone poky today, the build fails. As part of "do_image_wic" from image_types_wic.bbclass A python program in 'bmap-tools-native' is executing "fro