Re: [yocto] Some nightly build failures on autobuilder (on commit b9a97e07, namely, "Revert part of the unpack change...")

2011-02-15 Thread Richard Purdie
On Mon, 2011-02-14 at 09:57 -0600, Mark Hatle wrote: > On 2/14/11 12:52 AM, Cui, Dexuan wrote: > > 1) Building qemumips meta-toolchain-sdk failed: > > http://autobuilder.pokylinux.org:8010/builders/nightly-external/builds/35/steps/shell_26/logs/stdio > > eglibc's do_package failed: > > ERROR: Er

Re: [yocto] [PATCH 0/1] Build statistics base

2011-02-15 Thread Richard Purdie
On Mon, 2011-02-14 at 18:11 -0800, Elizabeth Flanagan wrote: > This is an initial commit of buildstats.bbclass. This generates a > directory structure in build/tmp/buildstats which contains basic build > statistics on a build run. > > What we capture: > CPU usage on a build and task level > Time r

[yocto] [PATCH 0/1] linux-yocto: add jasperforest BSP and fix lttng NMI bug

2011-02-15 Thread Bruce Ashfield
Richard/Saul, During the introduction of the jasperforest BSP, a lttng issues was picked up with NMI tracing. The upstream (and our solution) is to revert that commit. This change updates the meta repo for jasperforest and pushes out the nmi revert to all BSPs. Pull URL: git://git.pokylinux.org/

[yocto] [PATCH 1/1] linux-yocto: add jasperforest BSP and fix lttng NMI bug

2011-02-15 Thread Bruce Ashfield
During the introduction of the jasperforest BSP, a lttng issues was picked up with NMI tracing. The upstream (and our solution) is to revert that commit. This change updates the meta repo for jasperforest and pushes out the nmi revert to all BSPs. Signed-off-by: Bruce Ashfield --- .../conf/dist

Re: [yocto] [PATCH 0/1] linux-yocto: add jasperforest BSP and fix lttng NMI bug

2011-02-15 Thread Richard Purdie
On Tue, 2011-02-15 at 14:07 -0500, Bruce Ashfield wrote: > Richard/Saul, > > During the introduction of the jasperforest BSP, a lttng > issues was picked up with NMI tracing. The upstream (and > our solution) is to revert that commit. > > This change updates the meta repo for jasperforest and pus

Re: [yocto] [PATCH 0/1] linux-libc-headers-yocto: disable device tree generation

2011-02-15 Thread Richard Purdie
On Mon, 2011-02-14 at 16:42 -0500, Bruce Ashfield wrote: > Richard/Saul, > > This fixed the error picked up overnight where the libc-headers > fails because there is no dtb to install. > > Note: this could have been fixed by factoring out the include > of linux-dtb.inc into the individual recipes

Re: [yocto] [PATCH 0/1] linux-yocto: add jasperforest BSP and fix lttng NMI bug

2011-02-15 Thread Richard Purdie
On Tue, 2011-02-15 at 14:07 -0500, Bruce Ashfield wrote: > Richard/Saul, > > During the introduction of the jasperforest BSP, a lttng > issues was picked up with NMI tracing. The upstream (and > our solution) is to revert that commit. > > This change updates the meta repo for jasperforest and pus

Re: [yocto] [PATCH 0/1] linux-yocto: add jasperforest BSP and fix lttng NMI bug

2011-02-15 Thread Bruce Ashfield
On 11-02-15 02:28 PM, Richard Purdie wrote: On Tue, 2011-02-15 at 14:07 -0500, Bruce Ashfield wrote: Richard/Saul, During the introduction of the jasperforest BSP, a lttng issues was picked up with NMI tracing. The upstream (and our solution) is to revert that commit. This change updates the m

[yocto] Yocto IRC Bug days

2011-02-15 Thread Elizabeth Flanagan
Folks, First, thanks for everyone's hard work. We're half way through the master stabilization cycle and the buildouts on the autobuilder are looking better and better than two weeks ago. Kudos. As we head into the final stretch of master stabilization, we'll be starting to hold regular irc bug

[yocto] [PATCH 0/1] uname -a equivalent via platform.uname()

2011-02-15 Thread Elizabeth Flanagan
Fixing buildstats to get the equivalent of uname -a. Avoiding subprocess due to issues. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: eflanagan/buildstats Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=eflanagan/buildstats Thanks, Beth Flanagan --- Beth Fl

[yocto] [PATCH 1/1] Doing uname without subprocess: buildstats.bbclass

2011-02-15 Thread Elizabeth Flanagan
Instead of using subprocess which is problematic, we should use platform instead. Signed-off-by: Beth Flanagan --- meta/classes/buildstats.bbclass | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/meta/classes/buildstats.bbclass b/meta/classes/buildstats.bbclass