From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 63.mail-out.ovh.net ([91.121.185.56]) by linuxtogo.org with smtp (Exim 4.69) (envelope-from ) id 1P0qFi-0001nN-KR for openembedded-devel@lists.openembedded.org; Wed, 29 Sep 2010 08:35:03 +0200 Received: (qmail 10539 invoked by uid 503); 29 Sep 2010 06:59:51 -0000 Received: from b9.ovh.net (HELO mail239.ha.ovh.net) (213.186.33.59) by 63.mail-out.ovh.net with SMTP; 29 Sep 2010 06:59:51 -0000 Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 29 Sep 2010 08:34:41 +0200 Received: from tal33-3-82-233-81-124.fbx.proxad.net (HELO ?192.168.2.15?) (ebenard%eukrea.com@82.233.81.124) by ns0.ovh.net with SMTP; 29 Sep 2010 08:34:39 +0200 Message-ID: <4CA2DDFF.2090201@eukrea.com> Date: Wed, 29 Sep 2010 08:34:39 +0200 From: =?ISO-8859-1?Q?Eric_B=E9nard?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: In-Reply-To: X-Ovh-Tracer-Id: 15996504403179973961 X-Ovh-Remote: 82.233.81.124 (tal33-3-82-233-81-124.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-SA-Exim-Connect-IP: 91.121.185.56 X-SA-Exim-Mail-From: eric@eukrea.com X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: [RFC] kernel NOTE messages fix X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 06:35:03 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hi Frans, Le 28/09/2010 18:39, Frans Meulenbroeks a écrit : > Earlier today Henning and I (tirggered by ynezz) had a discussion on > irc on the loooong list of kernel NOTE messages. > (things like: NOTE: /kernel/arch/arm/mach-at91/at91x40_time.c) > This was also discussed earlier with Eric Benard (also on irc). > I promised Henning that I should write a note (pun intended :-) ) to > the list, and here it is. yes, I was supposed to make a patch for this but didn't found the time yet, Thanks for taking this. > 3) copy the files directly from the work area to staging. That way > there are no unpackaged files in image/ so no NOTE messages. > Additional advantage is that it is faster as we save the copy to the image dir. > > The following patch makes (3) happen: > Acked-by: Eric Bénard Eric