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

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 run

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

[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

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 pushes

[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

[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 elizabeth.flana...@intel.com --- meta/classes/buildstats.bbclass | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/meta/classes/buildstats.bbclass