Re: [yocto] Web frameworks on embedded linux

2014-11-14 Thread Edward Wingate
> From: Gary Thomas > To: yocto@yoctoproject.org > Date: Fri, 14 Nov 2014 12:04:23 -0700 > > On 2014-11-14 11:52, Edward Wingate wrote: >> >> On Fri, Nov 14, 2014 at 9:39 AM, > > wrote: >> >> From: Gary Thomas mailto:g...@mlbassoc.com>> >> >> You can

Re: [yocto] Web frameworks on embedded linux

2014-11-14 Thread Maciek Borzecki
On piÄ…, 2014-11-14 at 09:10 -0800, Edward Wingate wrote: > No, I haven't. I still have a lot to learn about Yocto and recipes. > I went ahead and pulled python-modules in and and got a lot further in > making this app work. Thanks, Maciek, for your help. > > The ramdisk image ballooned to 22MB th

Re: [yocto] Web frameworks on embedded linux

2014-11-14 Thread Nikolay Dimitrov
Hi Edward, On 11/14/2014 07:10 PM, Edward Wingate wrote: On Fri, Nov 14, 2014 at 12:13 AM, Maciek Borzecki mailto:maciej.borze...@open-rnd.pl>> wrote: On czw, 2014-11-13 at 23:12 -0800, Edward Wingate wrote: > I've been trying to get an existing python flask application running > on

Re: [yocto] Web frameworks on embedded linux

2014-11-14 Thread Gary Thomas
On 2014-11-14 10:10, Edward Wingate wrote: On Fri, Nov 14, 2014 at 12:13 AM, Maciek Borzecki mailto:maciej.borze...@open-rnd.pl>> wrote: On czw, 2014-11-13 at 23:12 -0800, Edward Wingate wrote: > I've been trying to get an existing python flask application running > on an embedded li

Re: [yocto] Web frameworks on embedded linux

2014-11-14 Thread Edward Wingate
On Fri, Nov 14, 2014 at 12:13 AM, Maciek Borzecki < maciej.borze...@open-rnd.pl> wrote: > On czw, 2014-11-13 at 23:12 -0800, Edward Wingate wrote: > > I've been trying to get an existing python flask application running > > on an embedded linux distro (Poky). The web app was originally > > deploy

Re: [yocto] Web frameworks on embedded linux

2014-11-14 Thread Maciek Borzecki
On czw, 2014-11-13 at 23:12 -0800, Edward Wingate wrote: > I've been trying to get an existing python flask application running > on an embedded linux distro (Poky). The web app was originally > deployed on a Debian distro. I need to move the application to a less > heftier board and wanted to tr

[yocto] Web frameworks on embedded linux

2014-11-13 Thread Edward Wingate
I've been trying to get an existing python flask application running on an embedded linux distro (Poky). The web app was originally deployed on a Debian distro. I need to move the application to a less heftier board and wanted to try a distro created by Yocto, rather than try to pare down Debian.