Re: [yocto] Installing Python app from source

2018-10-04 Thread Outback Dingo
; command line utilities. >> >> >> (But I could also be completely wrong, not a Yocto guru here) >> >> >> >> Cheers >> >> >> >> Shan >> >> >> >> Von: Brian Zambrano >> Gesendet: Donnerstag, 4.

Re: [yocto] Installing Python app from source

2018-10-04 Thread Brian Zambrano
line utilities. > > > (But I could also be completely wrong, not a Yocto guru here) > > > > Cheers > > > > Shan > > > > *Von:* Brian Zambrano > *Gesendet:* Donnerstag, 4. Oktober 2018 18:33 > *An:* de...@uni-bremen.de > *Cc:* yocto@yoctoproject.org &g

Re: [yocto] Installing Python app from source

2018-10-04 Thread Shantanoo Desai
be completely wrong, not a Yocto guru here) Cheers Shan Von: Brian Zambrano Gesendet: Donnerstag, 4. Oktober 2018 18:33 An: de...@uni-bremen.de Cc: yocto@yoctoproject.org Betreff: Re: [yocto] Installing Python app from source Thanks very much for this Shan. I have that book

Re: [yocto] Installing Python app from source

2018-10-04 Thread Brian Zambrano
...@yoctoproject.org *Im > Auft**rag von *Brian Zambrano > *Gesendet:* Donnerstag, 4. Oktober 2018 00:52 > *An:* yocto@yoctoproject.org > *Betreff:* [yocto] Installing Python app from source > > > > I'm trying to install my own Python application from source, and having a >

Re: [yocto] Installing Python app from source

2018-10-04 Thread Shantanoo Desai
to lack of examples on custom recipes in python this is the best I can help you with. Best Regards, Shan Von: yocto-boun...@yoctoproject.org Im Auftrag von Brian Zambrano Gesendet: Donnerstag, 4. Oktober 2018 00:52 An: yocto@yoctoproject.org Betreff: [yocto] Installing Python

[yocto] Installing Python app from source

2018-10-03 Thread Brian Zambrano
I'm trying to install my own Python application from source, and having a hard time finding resources on how to accomplish it. I'm new to this ecosystem and am probably missing something fundamental. My recipe is structured like this...and my build is configure such that it does actually find it.