Re: [yocto] (Embedded) Java 7 or 8 support

2014-03-22 Thread Marco
Il 22/03/2014 00:02, Guy Dillen ha scritto: Hi, I'm new to Poky/Yocto. Can I make a Poky/Yocto Linux build for the Atmel SAMA5D3 Xplained (Cortex-A5 microprocessor)? Thanks. Hi, yes you can. We at KOAN are testing it this week. Basically you need a Yocto build environment plus meta-atmel

[yocto] inherit setuptools

2014-03-22 Thread Trevor Woerner
Hi, I'm trying to write a recipe to add a native python application to the sysroot so it can be used while building an image. If I build and install the python app by hand I get the following install layout: . |-- bin | `-- bmaptool `-- lib `-- python2.7 `-- site-packages

[yocto] Atmel SAMA5D3 Xplained (Cortex-A5) / Oracle Java 7/8 and Mosquitto

2014-03-22 Thread Guy Dillen
Hi, I suppose for Oracle Java 7 or 8 support (for Atmel SAMA5D3 Xplained (Cortex-A5) build) I need to add meta-oracle-java? Can Mosquitto (www.mosquitto.org) message broker also added? Thanks. Guy Dillen -- ___ yocto mailing list

Re: [yocto] inherit setuptools

2014-03-22 Thread Burton, Ross
On 22 March 2014 11:01, Trevor Woerner trevor.woer...@linaro.org wrote: | Traceback (most recent call last): | File /SSD/build/fsl/build-wandboard-dual/tmp/sysroots/x86_64-linux/usr/bin/bmaptool, line 65, in module | from bmaptools import BmapCreate, BmapCopy, BmapHelpers, TransRead |

Re: [yocto] inherit setuptools

2014-03-22 Thread Trevor Woerner
On 03/22/14 15:45, Burton, Ross wrote: On 22 March 2014 11:01, Trevor Woerner trevor.woer...@linaro.org wrote: | Traceback (most recent call last): | File /SSD/build/fsl/build-wandboard-dual/tmp/sysroots/x86_64-linux/usr/bin/bmaptool, line 65, in module | from bmaptools import