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

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).

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 paul.eggle...@linux.intel.com On Wednesday 19 December 2012 08:25:00 Raul Rosetto Munoz wrote: Hello all, I

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 munoz0r...@gmail.com 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

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

Re: [yocto] Git tag systematics ?

2012-12-19 Thread Wolfgang Denk
Dear Elizabeth, In message caphnlpbxsycndeksw6xbljsrjunhudtkrohr_ahtu9pysqm...@mail.gmail.com you wrote: However, there is no such release tag as danny-8.0. You are correct. That was an oversight on my part. I've corrected it. Thanks. Is there some formal procedure in place how git

[yocto] Weekly build availability.

2012-12-19 Thread Flanagan, Elizabeth
The weekly build will be available in a few hours at: http://autobuilder.yoctoproject.org/pub/nightly/20121219-5 One known issue is that the eclipse plugin needs to be built alone and moved manually. I'll do this when it is finished building. This is due to some autobuilder issues I'll be fixing

Re: [yocto] [PATCH 2/5] yocto-layer: new script

2012-12-19 Thread Darren Hart
On 12/17/2012 09:51 AM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com Implementation of the 'yocto-layer' command-line tool, for creating generic layers and listing their input properties. No specific comments below, looks good. Would the final version also include a

Re: [yocto] [PATCH 0/5] RFC: new 'yocto-layer' tool for creating generic Yocto layers

2012-12-19 Thread Darren Hart
On 12/17/2012 09:51 AM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com Since I've been doing kind of similar work lately for the 'custom kernel' support for yocto-bsp and have gotten several requests lately (mainly from Darren in support of the new kernel documentation)

Re: [yocto] [PATCH 4/5] yocto-layer: add 'layer' template data

2012-12-19 Thread Darren Hart
On 12/17/2012 09:51 AM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com Add a 'layer' target containing all the data that will be used to generate a generic yocto layer. Signed-off-by: Tom Zanussi tom.zanu...@intel.com --- Great stuff Tom, only one nit below: new

Re: [yocto] [PATCH 5/5] scripts/lib/bsp/engine.py: refactor bsp-creation code

2012-12-19 Thread Darren Hart
On 12/17/2012 09:51 AM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com This does a bit of refactoring of the bsp-generation code to make it generically reusable for generating non-bsp layers. The first user remains the existing yocto-bsp tool; these changes allow a

Re: [yocto] Where does the bitbake get the variable TOPDIR

2012-12-19 Thread Biao
At 2012-12-19 00:35:13,Eren Türkay e...@hambedded.org wrote: On Tue, Dec 18, 2012 at 08:28:32PM +0800, Biao wrote: http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/ I will try to give some feedback after finishing the reading. But for now, there are some silly

[yocto] Canceled: Yocto Project Technical Team Meeting - Cancelled this week due to holidays

2012-12-19 Thread Liu, Song
BEGIN:VCALENDAR METHOD:CANCEL PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT

[yocto] An added task is not run by bitbake, why is that ?

2012-12-19 Thread Biao
Hi All, An added task is not run by bitbake, why is that ? The meta-test layer setup is ok, you can forget this. After i issue bitbake dummy, i found that it runs succeed with the tasks in base.bbclass, but my dummy1 is not run, why is that? meta-test/dummy/dummy.0.0.bb pre DESCRIPTION = A