Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-23 Thread Paul Eggleton
On Thursday 20 December 2012 09:43:32 Raul Rosetto Munoz wrote: > 2012/12/19 Paul Eggleton > > On Wednesday 19 December 2012 15:31:42 Raul Rosetto Munoz wrote: > > > raul@phi04:/home/prjs/poky$ git branch > > > * local/origin/denzil > > > > There doesn't seem to be a denzil branch for meta-java a

Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-20 Thread Raul Rosetto Munoz
Paul, Thanks for all help. I did what you told, I created a new project with all metas in danny branch: meta-fsl-arm$ git branch * local/origin/danny master meta-openembedded$ git branch * local/origin/danny master poky$ git branch * local/origin/danny master meta-java$ git branch * maste

Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-19 Thread Paul Eggleton
On Wednesday 19 December 2012 15:31:42 Raul Rosetto Munoz wrote: > raul@phi04:/home/prjs/poky$ git branch > * local/origin/denzil There doesn't seem to be a denzil branch for meta-java and it's likely the error you're receiving is because the master branch of meta-java is incompatible with the d

Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-19 Thread Raul Rosetto Munoz
raul@phi04:/home/prjs/poky$ git branch * local/origin/denzil 2012/12/19 Raul Rosetto Munoz > raul@phi04:/home/prjs/newcom0001/workspace/philinux/philinux-imx28-newcom$ > bitbake --version > BitBake Build Tool Core version 1.15.2, bitbake version 1.15.2 > > > > 2012/12/19 Paul Eggleton > >> On

Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-19 Thread Raul Rosetto Munoz
raul@phi04:/home/prjs/newcom0001/workspace/philinux/philinux-imx28-newcom$ bitbake --version BitBake Build Tool Core version 1.15.2, bitbake version 1.15.2 2012/12/19 Paul Eggleton > On Wednesday 19 December 2012 08:25:00 Raul Rosetto Munoz wrote: > > Hello all, > > I did some things like this

Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-19 Thread Paul Eggleton
On Wednesday 19 December 2012 08:25:00 Raul Rosetto Munoz wrote: > Hello all, > I did some things like this wiki. > > I added the meta-java layer but the only important diference is that I'm > using meta poky (/poky/meta) and no meta oe-core (/oe-core/meta). > > https://github.com/woglinde/meta-j

Re: [yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-19 Thread Raul Rosetto Munoz
Hello all, I did some things like this wiki. I added the meta-java layer but the only important diference is that I'm using meta poky (/poky/meta) and no meta oe-core (/oe-core/meta). https://github.com/woglinde/meta-java/wiki The fisrt probleme tha I have is that the package LLVM show me some e

[yocto] How to use JRE (Java Runtime) in Yocto Projects

2012-12-18 Thread Raul Rosetto Munoz
Hello all, I'm using yocto project to create a linux for a IMX28. I currently insert these layers: poky/meta poky/meta-yocto meta-fsl-arm meta-openembedded/meta-oe I want to use JRE (Java Runtime) like openJDK, and I saw that have some existing layers that provide this features. Specifically: