Re: [yocto] [RFCv3 0/7][eclipse-poky] Integrate yocto documentation into eclipse

2012-12-18 Thread Timo Müller
Hi Jessica, Zhang, Jessica wrote, On 15.12.2012 00:37: Hi Timo, Sorry for the delay, but finally got a chance to look into these patches. I like how it automate the docgen and integrate them into eclipse. The concern that I'm having is, it seems converting all the Yocto Project Docs, originally

Re: [yocto] Git tag systematics ?

2012-12-18 Thread Burton, Ross
On 15 December 2012 13:22, Wolfgang Denk wrote: > can anybody explain to me the systematics of the git tags ysed to mark > the Yocto / Poky releases? > > For example, for Yocto 1.2 and before, we have release tags like > denzil-7.0, edison-6.0, bernard-5.0, laverne-4.0, etc. > > Some parts of the

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

2012-12-18 Thread Biao
At 2012-12-17 23:37:52,"Eren Türkay" wrote: >On Mon, Dec 17, 2012 at 05:06:26PM +0800, Biao wrote: >> Greetings, >> >> I am a newbie tying to understand how bitbake works. >> There is one line as BBPATH = "${TOPDIR}" in the mybuild/conf/bblayers.conf, >> i would like to know where the TOPDIR

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

2012-12-18 Thread Bill Traynor
On Tue, Dec 18, 2012 at 7:28 AM, Biao wrote: > > At 2012-12-17 23:37:52,"Eren Türkay" wrote: > >On Mon, Dec 17, 2012 at 05:06:26PM +0800, Biao wrote: > >> Greetings, > >> > >> I am a newbie tying to understand how bitbake works. > >> There is one line as BBPATH = "${TOPDIR}" in the > >> mybuild

[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:

Re: [yocto] [PATCH 1/5] scripts/lib/bsp/engine.py: add yocto_layer_create()

2012-12-18 Thread Philip Balister
On 12/17/2012 12:51 PM, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > Add a new yocto_layer_create() function that will be used to generate > a generic yocto layer (for the new 'yocto-layer' command). How is a "yocto layer" different from an OpenEmbedded layer? If you insist on "yocto lay

Re: [yocto] [PATCH 1/5] scripts/lib/bsp/engine.py: add yocto_layer_create()

2012-12-18 Thread Tom Zanussi
On Tue, 2012-12-18 at 09:13 -0500, Philip Balister wrote: > On 12/17/2012 12:51 PM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > Add a new yocto_layer_create() function that will be used to generate > > a generic yocto layer (for the new 'yocto-layer' command). > > How is a "yocto

Re: [yocto] bitbake -c devshell option

2012-12-18 Thread Marco C.
2012/12/9 Bruce Ashfield : > As Chris said, this way should still work, and it does work here for me. > There's > one thing that you may notice with kernel's that have split source/build > dirs > (like linux-yocto), is that once you have gone through the configure phase > and drop into the devshel

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

2012-12-18 Thread Eren Türkay
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 questions: > 1. There is a base_do_fetch() {}, I did not find the e

Re: [yocto] [PATCH 1/5] scripts/lib/bsp/engine.py: add yocto_layer_create()

2012-12-18 Thread Philip Balister
On 12/18/2012 09:33 AM, Tom Zanussi wrote: > On Tue, 2012-12-18 at 09:13 -0500, Philip Balister wrote: >> On 12/17/2012 12:51 PM, tom.zanu...@intel.com wrote: >>> From: Tom Zanussi >>> >>> Add a new yocto_layer_create() function that will be used to generate >>> a generic yocto layer (for the new

Re: [yocto] [PATCH 1/5] scripts/lib/bsp/engine.py: add yocto_layer_create()

2012-12-18 Thread Tom Zanussi
On Tue, 2012-12-18 at 11:37 -0500, Philip Balister wrote: > On 12/18/2012 09:33 AM, Tom Zanussi wrote: > > On Tue, 2012-12-18 at 09:13 -0500, Philip Balister wrote: > >> On 12/17/2012 12:51 PM, tom.zanu...@intel.com wrote: > >>> From: Tom Zanussi > >>> > >>> Add a new yocto_layer_create() function

Re: [yocto] [PATCH 1/5] scripts/lib/bsp/engine.py: add yocto_layer_create()

2012-12-18 Thread Philip Balister
On 12/18/2012 11:56 AM, Tom Zanussi wrote: > On Tue, 2012-12-18 at 11:37 -0500, Philip Balister wrote: >> On 12/18/2012 09:33 AM, Tom Zanussi wrote: >>> On Tue, 2012-12-18 at 09:13 -0500, Philip Balister wrote: On 12/17/2012 12:51 PM, tom.zanu...@intel.com wrote: > From: Tom Zanussi >

Re: [yocto] IMHO, cross-compile/toolchain examples should use non-x86 arches

2012-12-18 Thread Sean Liming
Jessica and Mark, Thank you for the responses. It appears that there is another thread on the same subject. Let me feedback what I am seeing and hearing: The quick start guide (http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs. html) and various presentation slides showin

Re: [yocto] Git tag systematics ?

2012-12-18 Thread Flanagan, Elizabeth
On Sat, Dec 15, 2012 at 5:22 AM, Wolfgang Denk wrote: > Hi, > > can anybody explain to me the systematics of the git tags ysed to mark > the Yocto / Poky releases? > > For example, for Yocto 1.2 and before, we have release tags like > denzil-7.0, edison-6.0, bernard-5.0, laverne-4.0, etc. > > Some

Re: [yocto] IMHO, cross-compile/toolchain examples should use non-x86 arches

2012-12-18 Thread Zhang, Jessica
Hi Sean, Your summary is correct as far as current ADT installer's capabilities goes. I think in the ADT manual we talked about besides using ADT installer to setup an application cross development environment, user can also using a toolchain tarball. This is discussed in another email thread

Re: [yocto] bitbake -c devshell option

2012-12-18 Thread Bruce Ashfield
On 12-12-18 10:45 AM, Marco C. wrote: 2012/12/9 Bruce Ashfield : As Chris said, this way should still work, and it does work here for me. There's one thing that you may notice with kernel's that have split source/build dirs (like linux-yocto), is that once you have gone through the configure ph

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, December 11, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2012-12-18 Thread Saul Wold
Attendees: PaulE, MihaiL, MichaelH, LaurentuiS, TomZ, ScottR, SeanH, EranT, Amit, JessicaZ, Nitin, KevinS, BruceA, CorneliuxS, RossB, Saul and possibly others lurking Minutes: * Opens collection - 5 min (Song) * Yocto 1.4 status - 10 min (Song/team) - 1.4 / Master: Master is moving slower t