Re: [yocto] configure optimization feature update

2011-06-29 Thread Xu, Dongxiao
> -Original Message- > From: yocto-boun...@yoctoproject.org > [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Xu, Dongxiao > Sent: Friday, June 17, 2011 10:19 AM > To: Richard Purdie > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] configure optimization f

Re: [yocto] configure optimization feature update

2011-06-20 Thread Esben Haabendal
Koen Kooi writes: >> Yes. OE-lite: http://oe-lite.org >> >> And it works so well, that I cannot understand why OE do not have a plan >> for how to achieve the same. > > So why not send a patch to make OE-core have per recipe staging? Several good/bad reasons: 1. Communications so far has been

Re: [yocto] configure optimization feature update

2011-06-20 Thread Koen Kooi
Op 20 jun 2011, om 06:53 heeft Esben Haabendal het volgende geschreven: > On Sun, 2011-06-19 at 16:49 -0700, Khem Raj wrote: >> On Sun, Jun 19, 2011 at 1:02 PM, Esben Haabendal >> wrote: >>> On Wed, 2011-06-15 at 18:28 -0700, Khem Raj wrote: On Wed, Jun 15, 2011 at 5:57 PM, Xu, Dongxiao >

Re: [yocto] configure optimization feature update

2011-06-19 Thread Esben Haabendal
On Sun, 2011-06-19 at 16:49 -0700, Khem Raj wrote: > On Sun, Jun 19, 2011 at 1:02 PM, Esben Haabendal > wrote: > > On Wed, 2011-06-15 at 18:28 -0700, Khem Raj wrote: > >> On Wed, Jun 15, 2011 at 5:57 PM, Xu, Dongxiao > >> wrote: > >> > Hi Richard, > >> > > >> > Recently I was doing the "configur

Re: [yocto] configure optimization feature update

2011-06-19 Thread Khem Raj
On Sun, Jun 19, 2011 at 1:02 PM, Esben Haabendal wrote: > On Wed, 2011-06-15 at 18:28 -0700, Khem Raj wrote: >> On Wed, Jun 15, 2011 at 5:57 PM, Xu, Dongxiao wrote: >> > Hi Richard, >> > >> > Recently I was doing the "configure optimization" feature and collecting >> > data for it. >> > >> > The

Re: [yocto] configure optimization feature update

2011-06-19 Thread Esben Haabendal
On Wed, 2011-06-15 at 18:28 -0700, Khem Raj wrote: > On Wed, Jun 15, 2011 at 5:57 PM, Xu, Dongxiao wrote: > > Hi Richard, > > > > Recently I was doing the "configure optimization" feature and collecting > > data for it. > > > > The main logic of this feature is straight forward: > > > > 1. Use th

Re: [yocto] configure optimization feature update

2011-06-16 Thread Xu, Dongxiao
Hi Richard, > -Original Message- > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > Sent: Thursday, June 16, 2011 11:01 PM > To: Xu, Dongxiao > Cc: yocto@yoctoproject.org > Subject: Re: configure optimization feature update > > Hi Dongxiao, > > On Thu, 2011-06-16 at 08:

Re: [yocto] configure optimization feature update

2011-06-16 Thread Richard Purdie
Hi Dongxiao, On Thu, 2011-06-16 at 08:57 +0800, Xu, Dongxiao wrote: > Recently I was doing the "configure optimization" feature and > collecting data for it. > > The main logic of this feature is straight forward: > > 1. Use the diff file as autoreconf cache. (I use command: "diff -ruN > SOURCE-

Re: [yocto] configure optimization feature update

2011-06-15 Thread Xu, Dongxiao
> -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Thursday, June 16, 2011 9:29 AM > To: Xu, Dongxiao > Cc: Richard Purdie (richard.pur...@linuxfoundation.org); > yocto@yoctoproject.org > Subject: Re: [yocto] configure optimization feature updat

Re: [yocto] configure optimization feature update

2011-06-15 Thread Khem Raj
On Wed, Jun 15, 2011 at 5:57 PM, Xu, Dongxiao wrote: > Hi Richard, > > Recently I was doing the "configure optimization" feature and collecting data > for it. > > The main logic of this feature is straight forward: > > 1. Use the diff file as autoreconf cache. (I use command: "diff -ruN > SOURCE

[yocto] configure optimization feature update

2011-06-15 Thread Xu, Dongxiao
Hi Richard, Recently I was doing the "configure optimization" feature and collecting data for it. The main logic of this feature is straight forward: 1. Use the diff file as autoreconf cache. (I use command: "diff -ruN SOURCE-ORIG SOURCE", here "SOURCE-ORIG" is the source directory before runn