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] yocto Digest, Vol 50, Issue 54

2014-11-14 Thread Gary Thomas
On 2014-11-14 11:52, Edward Wingate wrote: On Fri, Nov 14, 2014 at 9:39 AM, mailto:yocto-requ...@yoctoproject.org>> wrote: From: Gary Thomas mailto:g...@mlbassoc.com>> On 2014-11-14 10:10, Edward Wingate wrote: > > The ramdisk image ballooned to 22MB though. It's expected, but

Re: [yocto] yocto Digest, Vol 50, Issue 54

2014-11-14 Thread Edward Wingate
On Fri, Nov 14, 2014 at 9:39 AM, wrote: > From: Gary Thomas > > On 2014-11-14 10:10, Edward Wingate wrote: > > > > The ramdisk image ballooned to 22MB though. It's expected, but due to > flash size constraints, Python may not be an option in this case. > > You can always just bring in the pack

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] New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."

2014-11-14 Thread Jim Rafert
Hi Joseph, Thanks for the tips. I totally missed the pod2man problem, and never saw the BBCLASSEXTEND stuff in all my extensive googling. I researched the BBCLASSEXTENDS variable in the Yocto Project Reference Manual. >From what I read, I understand that adding "native" to BBCLASSEXTEND produc

Re: [yocto] recipe fails to load local files

2014-11-14 Thread Anders Darander
Just a few nitpick's... * Bryan Evenson [141114 15:21]: > > LICENSE = "CLOSED" > > FILES_${PN} += "~/poky/meta-atmel-lsp/recipes-lsp/zd1211- > > firmware/zd1211-firmware" > FILES doesn't specify where to find the files on the build machine, it > specifies where the installed files exist on the

Re: [yocto] recipe fails to load local files

2014-11-14 Thread Bryan Evenson
Lachlan, I have some recipe changes inline below. > -Original Message- > From: peterengcomau...@adam.com.au > [mailto:peterengcomau...@adam.com.au] > Sent: Friday, November 14, 2014 3:37 AM > To: Bryan Evenson; peterengcomau...@adam.com.au; > yocto@yoctoproject.org > Subject: RE: [yocto]

Re: [yocto] icecc

2014-11-14 Thread Martin Jansa
Try to use INHERIT_DISTRO_append. On Fri, Nov 14, 2014 at 05:10:56PM +0800, Joseph Andrew de la Peña wrote: > Good day Peter, > > Maybe you want to verify first the prioritization of the layers in your > set-up. > Please execute bitbake-layers show-layers to really see if meta-yocto is > really e

Re: [yocto] Sato image touchscreen calibration is borked

2014-11-14 Thread Burton, Ross
On 14 November 2014 08:17, Michael Gloff wrote: > I am using the xf86-input-tslib X driver. I forgot about that piece of the > puzzle. > Genuinely surprised that still works, but good to know! Ross -- ___ yocto mailing list yocto@yoctoproject.org htt

Re: [yocto] Hob and Toaster Languages.

2014-11-14 Thread Barros Pena, Belen
On 13/11/2014 23:49, "John Unland" wrote: >Almost forgot, what about the interface for Hob. I'm thinking GTK+, am >I correct? Yes: GTK 2.x using PyGtk (if I got this wrong, please someone correct me). Cheers Belén Belén > >Thanks, >John > >On Wed, Nov 12, 2014 at 5:36 PM, John Unland > wrote

[yocto] Referencing sysroot libraries during build?

2014-11-14 Thread Wolfgang Denk
Hello, I have a build problem which is caused by libraries not being found. It's a recipe to build the U-Boot bot loader which includes running the "mkimage" tool generated during this build. This fails as follows: ... | LD u-boot | OBJCOPY u-boot.bin | MKIMAGE u-boot.img | /opt/eldk

Re: [yocto] icecc

2014-11-14 Thread Joseph Andrew de la Peña
Good day Peter, Maybe you want to verify first the prioritization of the layers in your set-up. Please execute bitbake-layers show-layers to really see if meta-yocto is really executed after your layer (meta-mydist) If you verified that it is, please add in your conf/layer.conf, BBFILE_PRIORITY_m

Re: [yocto] Luajit Compile Error

2014-11-14 Thread Joseph Andrew de la Peña
Good day Li, Maybe the answer is in this site: http://luajit.org/install.html. Please refer to Cross Compiling LuaJIT. Thanks, - J On Wed, Oct 29, 2014 at 5:01 PM, Li, Xin wrote: > Hi, > > > > I include luajit package from the meta-embedded and compile it. > > My build system is CentOS(64 bit

Re: [yocto] recipe fails to load local files

2014-11-14 Thread peterengcomau001
Based on your suggestion Bryan, and referring to Section 10 -Glossary of the ref-manual regarding FILES, I have changed the recipe as follows: __ DESCRIPTION = "Belkin Wifi Firmware" PR = "1.5" LICENSE = "CLOSED" FILES_${PN} += "~/poky/meta-atmel-lsp/recipes-

Re: [yocto] Sato image touchscreen calibration is borked

2014-11-14 Thread Michael Gloff
On Thu, Nov 13, 2014 at 5:05 PM, Burton, Ross wrote: > > On 13 November 2014 17:58, Michael Gloff wrote: > >> BTW, you can use tslib with xorg. This is what I have set up as I find >> ts_calibrate easier to work with. > > > The only mention of e.g. ts_read() that I can see in the xserver source

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