[yocto] Icecc configuration on ubuntu ?

2017-07-30 Thread Riko Ho
Dear Yocto Team Member, I've been reading : https://www.openembedded.org/wiki/Using_IceCC on this part : ... use icecc service provided by your distribution (e.g. in ubuntu set ICECC_SCHEDULER_HOST in /etc/icecc/icecc.conf and enable START_ICECC in /etc/default/icecc) ... What sho

Re: [yocto] Icecc configuration on mpich ?

2017-07-28 Thread Riko Ho
Dear Yocto Team Member, I've followed : https://lists.yoctoproject.org/pipermail/yocto/2012-August/008757.html and trying to do bitbake but got : DEBUG: automake-native: class native found in blacklist, disable icecc any work around it ? thanks On 28/07/17 14:36, Josef Holzmayr wrote: On

Re: [yocto] Icecc configuration on mpich ?

2017-07-27 Thread Riko Ho
Ok, thanks for the hints, I'll make some experiments On 28/07/17 14:36, Josef Holzmayr wrote: On 28.07.2017 08:30, Riko Ho wrote: but have no idea on how to use it yet ? This usually is helped by reading the manual. Or the links that I already provided. As a last hint for now, let me reph

Re: [yocto] Icecc configuration on mpich ?

2017-07-27 Thread Josef Holzmayr
On 28.07.2017 08:30, Riko Ho wrote: but have no idea on how to use it yet ? This usually is helped by reading the manual. Or the links that I already provided. As a last hint for now, let me rephrase and simplify the short description from icecc itself: icecc is a daemon that can accept c

Re: [yocto] Icecc configuration on mpich ?

2017-07-27 Thread Riko Ho
I've installed on my system, but have no idea on how to use it yet ? Usage: icecc [compiler] [compile options] -o OBJECT -c SOURCE icecc --build-native [compilertype] [file...] icecc --help Options: --help explain usage and exit --version show

Re: [yocto] Icecc configuration on mpich ?

2017-07-27 Thread Riko Ho
Probably this one will help the way ? http://manpages.ubuntu.com/manpages/xenial/man7/icecream.7.html On 28/07/17 14:22, Josef Holzmayr wrote: On 28.07.2017 08:17, Riko Ho wrote: icecc.bbclass on Yocto manual, but I'm not sure on how to use it yet ? to me, the description in https://stack

Re: [yocto] Icecc configuration on mpich ?

2017-07-27 Thread Josef Holzmayr
On 28.07.2017 08:17, Riko Ho wrote: icecc.bbclass on Yocto manual, but I'm not sure on how to use it yet ? to me, the description in https://stackoverflow.com/questions/14472175/distributed-compile-with-bitbake looks pretty good - for the bitbake side of things. Setting up icecc, again, is

Re: [yocto] Icecc configuration on mpich ?

2017-07-27 Thread Riko Ho
Dear Yocto Team Member, Yes, I'm confuse about those, And reading about Icecc now. Icecc is the right way for distributing compilation for my bitbake, correct me ? I read about : 26.50. icecc.bbclass on Yocto manual, but I'm not sure on how to use it yet ? Thanks On 28/07/17 14:13, Jose

Re: [yocto] Icecc configuration on mpich ?

2017-07-27 Thread Josef Holzmayr
On 28.07.2017 07:56, Riko Ho wrote: How can I port it to MPICH ? Easy, just do a complete rewrite of the compiler infrastructure :-) Or did you actually mean "how can I install" instead of "how can I port"? In that case, the answer is "Not at all." Seriously, icecc/distcc have absolutely no

[yocto] Icecc configuration on mpich ?

2017-07-27 Thread Riko Ho
Dear Yocto Team Member, I read about, https://lists.yoctoproject.org/pipermail/yocto/2012-August/008757.html, How can I port it to MPICH ? Thanks -- * /***/ Sent by Ubuntu LTS 16.04, Kind regards, Riko Ho /***/ * -- ___ yocto mailing list y

Re: [yocto] ICECC build failures?

2016-07-01 Thread Takashi Matsuzawa
Thank you for your comment. So they are. I will try to mask them one by one then. From: Peter Bergin Sent: Friday, July 1, 2016 1:05 PM To: Takashi Matsuzawa; yocto@yoctoproject.org Subject: Re: [yocto] ICECC build failures? Hi, On 07/01/2016 03:18 AM

Re: [yocto] ICECC build failures?

2016-06-30 Thread Peter Bergin
Hi, On 07/01/2016 03:18 AM, Takashi Matsuzawa wrote: Hello Yocto. Recently I am trying icecc with bitbake and amd halfway satisfied. Good to see batch of my compilation jobs consumed by my build machines on icemon is not bad. However, I can see my builds fail in certain condition eveytime and w

[yocto] ICECC build failures?

2016-06-30 Thread Takashi Matsuzawa
Hello Yocto. Recently I am trying icecc with bitbake and amd halfway satisfied. Good to see batch of my compilation jobs consumed by my build machines on icemon is not bad. However, I can see my builds fail in certain condition eveytime and wonder if it is a known issue and a workaround exists?

Re: [yocto] icecc

2014-11-14 Thread Martin Jansa
Try to use INHERIT_DISTRO_append. On Fri, Nov 14, 2014 at 05:10:56PM +0800, Joseph Andrew de la Peña wrote: > Good day Peter, > > Maybe you want to verify first the prioritization of the layers in your > set-up. > Please execute bitbake-layers show-layers to really see if meta-yocto is > really e

Re: [yocto] icecc

2014-11-14 Thread Joseph Andrew de la Peña
Good day Peter, Maybe you want to verify first the prioritization of the layers in your set-up. Please execute bitbake-layers show-layers to really see if meta-yocto is really executed after your layer (meta-mydist) If you verified that it is, please add in your conf/layer.conf, BBFILE_PRIORITY_m

[yocto] icecc

2014-10-28 Thread Peter Bergin
Hi, I am trying to get icecc working together with Poky (daisy branch). I follow the Yocto Project Reference Manual chapter "7.45. icecc.bbclass" and I can not get it working. The manual states that I on a distribution level can add the following: INHERIT_DISTRO += "icecc" ICECC_DISABL