[yocto] How to find Log

2012-02-14 Thread James W.
How to locate Log file while a error occur. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] How to find Log

2012-02-14 Thread Lu, Lianhao
James W. wrote on 2012-02-14: > How to locate Log file while a error occur. It's under the directory ${WORKDIR}/temp/. Actually when an error occurs, you can find the specific log file in the output, something like. ERROR: Logfile of failure stored in: /intel/poky/builds/toolchain/tmp/work-shar

Re: [yocto] How to find Log

2012-02-14 Thread James Abernathy
On Feb 14, 2012, at 4:04 AM, Lu, Lianhao wrote: > James W. wrote on 2012-02-14: >> How to locate Log file while a error occur. > > It's under the directory ${WORKDIR}/temp/. Actually when an error occurs, you > can find the specific log file in the output, something like. > > ERROR: Logfile of

Re: [yocto] How to find Log

2012-02-14 Thread Autif Khan
>>> How to locate Log file while a error occur. >> >> It's under the directory ${WORKDIR}/temp/. Actually when an error occurs, >> you can find the specific log file in the output, something like. >> >> ERROR: Logfile of failure stored in: >> /intel/poky/builds/toolchain/tmp/work-shared/gcc-4.6.2+

[yocto] Segmentation fault with "hob"-command

2012-02-14 Thread poldi871
Hello,I am evaluating Yocto, therefore sorry, if it is a beginner fault; I have a problem starting "hob".After the command "hob" the system tells that some tools have to be built. The build endswith the following lines:- snip ---...NOTE: package pseud

[yocto] meta-oracle-java

2012-02-14 Thread Bob Cochran
Hello All, I see that a meta-oracle-java layer showed up recently in the yocto repositories. That's great. Was there an announcement about this new layer sent on a mailing list or posted in a blog? I had thought I was on all the yocto-related mail lists (https://lists.yoctoproject.org/), b

Re: [yocto] [oe] OpenEmbedded/Yocto Freescale ARM BSP Layer

2012-02-14 Thread Chris Verges
On Sat, Feb 11, 2012 at 11:19 AM, Adrian Alonso wrote: > *We are proud to announce the creation of a mailing list to easy the > communication of people using Freescale’s ARM* Hi Adrian, As one of these users, thank you for helping to create a support structure around OpenEmbedded and the Frees

[yocto] Design: build fails scenario

2012-02-14 Thread Barros Pena, Belen
I've finally managed to put something together on how to handle build failure in Hob 1.2. The document is here: https://wiki.yoctoproject.org/wiki/File:Build-fail-flow-v1.0.pdf Let me know if anything doesn't make sense or you have any suggestions. Thanks! Belen --

[yocto] Segmentation fault with "hob"-command (now no html)

2012-02-14 Thread poldi871.li...@progserv.de
Sorry for the last post in HTML-Format. I didn't recognize that my provider has changed the format and doesn't send text-messages any more. Perhaps the admin may delete my wrong post. Hello, I am evaluating Yocto, therefore sorry, if it is a beginner fault; I have a problem starting "hob". After

Re: [yocto] Design: build fails scenario

2012-02-14 Thread Paul Eggleton
On Tuesday 14 February 2012 16:13:46 Barros Pena, Belen wrote: > I've finally managed to put something together on how to handle build > failure in Hob 1.2. > > The document is here: > > https://wiki.yoctoproject.org/wiki/File:Build-fail-flow-v1.0.pdf Looking through this document and talking to

Re: [yocto] Trying to re-use sstate.

2012-02-14 Thread Martin Jansa
On Tue, Feb 07, 2012 at 02:59:54PM +, McClintock Matthew-B29882 wrote: > The paths issue your are speculating on was fixed by myself and Richard last > November. > > I would suggest running bitbake-diffsig to determine the actual sstate > differences. > Usually I'm complaining that sstate

Re: [yocto] How to find Log

2012-02-14 Thread Scott Garman
On 02/14/2012 04:47 AM, James Abernathy wrote: On Feb 14, 2012, at 4:04 AM, Lu, Lianhao wrote: James W. wrote on 2012-02-14: How to locate Log file while a error occur. It's under the directory ${WORKDIR}/temp/. Actually when an error occurs, you can find the specific log file in the outpu

Re: [yocto] How to find Log

2012-02-14 Thread jfabernathy
On 02/14/2012 03:00 PM, Scott Garman wrote: On 02/14/2012 04:47 AM, James Abernathy wrote: On Feb 14, 2012, at 4:04 AM, Lu, Lianhao wrote: James W. wrote on 2012-02-14: How to locate Log file while a error occur. It's under the directory ${WORKDIR}/temp/. Actually when an error occurs, yo

[yocto] missing USB gadget support on beagleboard?

2012-02-14 Thread Hollis Blanchard
Hi, I'm sure I'm missing something simple, but I just built Poky from git for beagleboard, and can't figure out USB networking. I expected to find g_cdc and g_ether modules in /lib/modules/3.0.18-yocto-standard+/kernel/drivers/usb, but that directory doesn't actually exist (I guess the drivers

Re: [yocto] How to find Log

2012-02-14 Thread James W.
thank you for your help . so ,i think log mechanism is very important for such a large build system. We may should do better on this point. On Wed, Feb 15, 2012 at 4:23 AM, jfabernathy wrote: > On 02/14/2012 03:00 PM, Scott Garman wrote: >> >> On 02/14/2012 04:47 AM, James Abernathy wrote: >>>

Re: [yocto] How to find Log

2012-02-14 Thread Cui, Dexuan
James W. wrote on 2012-02-15: > thank you for your help . > so ,i think log mechanism is very important for such a large build system. > We may should do better on this point. I think the utility "tee" works pretty fine for me , e.g., I use something like $ bitbake core-image-minimal | tee my.log.

Re: [yocto] Segmentation fault with "hob"-command (now no html)

2012-02-14 Thread Cui, Dexuan
poldi871.li...@progserv.de wrote on 2012-02-15: > Sorry for the last post in HTML-Format. > I didn't recognize that my provider has changed the format and doesn't > send text-messages any more. > Perhaps the admin may delete my wrong post. > > > Hello, I am evaluating Yocto, therefore sorry, if i

[yocto] Yocto weekly bug trend charts -- WW06

2012-02-14 Thread Xu, Jiajun
Hi all, The overall open bug trend keep flat during last several weeks. WDD number and Open Bug number are 718 and 145. Bug status of WW06 could be found on https://wiki.yoctoproject.org/wiki/Yocto_Bug_Trend. Best Regards, Jiajun ___ yocto mai

Re: [yocto] missing USB gadget support on beagleboard?

2012-02-14 Thread McClintock Matthew-B29882
On Tue, Feb 14, 2012 at 4:12 PM, Hollis Blanchard wrote: > Hi, I'm sure I'm missing something simple, but I just built Poky from git > for beagleboard, and can't figure out USB networking. I expected to find > g_cdc and g_ether modules in > /lib/modules/3.0.18-yocto-standard+/kernel/drivers/usb, b

Re: [yocto] missing USB gadget support on beagleboard?

2012-02-14 Thread McClintock Matthew-B29882
On Tue, Feb 14, 2012 at 10:23 PM, Matthew McClintock wrote: > You can look at the default defconfig to see which kernel modules are > selected and also make sure the kernel modules are actually included > on core-image-minimal. By making sure kernel modules are included... I mean the kernel recip

[yocto] RDEPENDS fails to find an existing package

2012-02-14 Thread Joshua Immanuel
Hello all, I've been trying to package libharu for yocto. So, wrote a recipe for its latest version libharu_2.2.1.bb. The generated .so, .la and .a files for this are in the name 'libhpdf'. (I guess this will not cause any problem.) These files are found in ${WORKDIR}/image/usr/lib My cust