Re: [yocto] Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3

2011-01-13 Thread Tom Zanussi
On Thu, 2011-01-13 at 17:41 -0800, Bruce Ashfield wrote: > On 11-01-13 8:37 PM, João Henrique Freitas wrote: > > Hi, > > > > I have two build machines: > > > > x86 ubuntu 10.04 at work > > x86_64 ubuntu 10.04 at home > > > > At home all things goes ok. But at work perf has failed. > > Are your pac

[yocto] [PATCH 0/2] linux-yocto: add atom-pc-rt and systemtap

2011-01-13 Thread Bruce Ashfield
Richard/Saul, Here are the updated SRCREVs for Darren's recent atom-pc-rt work and Tom's systemtap configs. Cheers, Bruce Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: zedd/kernel Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel Thanks, Bruce Ashfi

[yocto] [PATCH 2/2] linux-yocto-stable: add atom-pc preempt_rt support

2011-01-13 Thread Bruce Ashfield
Updating the SRCREV to capture this commit to the 2.6.34 kernel: linux-2.6-windriver: atom-pc-preempt_rt meta-data The following patch adds support for the preempt_rt kernel type for the atom-pc machine. It should be applied to the wrs_meta branch. Signed-off-by: Darren Hart

[yocto] [PATCH 1/2] linux-yocto: add systemtap config to -stable and -dev kernels

2011-01-13 Thread Bruce Ashfield
Enable the parameters required for systemtap for all BSPs based off the standard kernel type. CONFIG_KPROBES=y CONFIG_RELAY=y CONFIG_DEBUG_INFO=y CONFIG_DEBUG_FS=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y Signed-off-by: Bruce Ashfield --- .../conf/distro/include/poky-default-revisions.inc |4

Re: [yocto] Building all packages using the released toolchain

2011-01-13 Thread Tian, Kevin
> From: Rick De Laet [mailto:rdel...@mri-inc.net] > Sent: Thursday, January 13, 2011 11:37 PM > > > > > Btw, could you post your errors? > > > > > > My gcc version is 4.4.4, the latest available from yum update for Fedora > > > 12. > > > My poky-4.0-build/conf/local.conf is attached. > > > > OK,

Re: [yocto] Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3

2011-01-13 Thread Xu, Jiajun
> All, > > The current nightly based on d82f205cfa790b40e132e11b7937050bc3b97ff3 > is showing 3 build failures so far. > > Machine: qemux86 > Failure: intermittent tasks_0.18 failure at do_compile > Description: Tasks_0.18 has failed during one buildset, however it's > not failing on the other. >

Re: [yocto] Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3

2011-01-13 Thread Bruce Ashfield
On 11-01-13 8:37 PM, João Henrique Freitas wrote: Hi, I have two build machines: x86 ubuntu 10.04 at work x86_64 ubuntu 10.04 at home At home all things goes ok. But at work perf has failed. Are your package lists identical ? Sounds like host contamination to me and perf is deciding to build

Re: [yocto] Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3

2011-01-13 Thread João Henrique Freitas
Hi, I have two build machines: x86 ubuntu 10.04 at work x86_64 ubuntu 10.04 at home At home all things goes ok. But at work perf has failed. The problem is LIBPERL. I can't understand why but at work the Makefile from perf does not have the flag NO_LIBPERL. To 'solve' it I put: do_compile_pe

[yocto] question about SDKMACHINE, SDK_ARCH and BUILD_ARCH

2011-01-13 Thread Zhang, Jessica
Hi Richard, As I mentioned in IRC, we've noticed that bitbake behaves differently on 64bit and 32bit machines from SDKMACHINE setup perspective. It never enforces SDKMACHINE to be set in local.conf for 64bit users but for 32bit user, if you leave SDKMACHINE unset, the bitbake sanity test will fa

Re: [yocto] Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3

2011-01-13 Thread Tom Zanussi
On Thu, 2011-01-13 at 08:37 -0800, Bruce Ashfield wrote: > On 11-01-13 11:33 AM, Elizabeth Flanagan wrote: > > All, > > > > The current nightly based on d82f205cfa790b40e132e11b7937050bc3b97ff3 is > > showing 3 build failures so far. > > > > Machine: qemux86 > > Failure: intermittent tasks_0.18 fai

Re: [yocto] Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3

2011-01-13 Thread Bruce Ashfield
On 11-01-13 11:33 AM, Elizabeth Flanagan wrote: All, The current nightly based on d82f205cfa790b40e132e11b7937050bc3b97ff3 is showing 3 build failures so far. Machine: qemux86 Failure: intermittent tasks_0.18 failure at do_compile Description: Tasks_0.18 has failed during one buildset, however

[yocto] Current Build Failures for d82f205cfa790b40e132e11b7937050bc3b97ff3

2011-01-13 Thread Elizabeth Flanagan
All, The current nightly based on d82f205cfa790b40e132e11b7937050bc3b97ff3 is showing 3 build failures so far. Machine: qemux86 Failure: intermittent tasks_0.18 failure at do_compile Description: Tasks_0.18 has failed during one buildset, however it's not failing on the other. Machine: arm Fail

Re: [yocto] Building all packages using the released toolchain

2011-01-13 Thread Tian, Kevin
> From: Rick De Laet [mailto:rdel...@mri-inc.net] > Sent: Thursday, January 13, 2011 12:12 PM > > On Thu, 2011-01-13 at 10:32 +0800, Tian, Kevin wrote: > > > From: Rick De Laet > > > Sent: Thursday, January 13, 2011 9:22 AM > > > > > > I am new to yocto, I have installed yacto on Fedora 12. > > >