From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QJN7p-0003av-VL for openembedded-core@lists.openembedded.org; Mon, 09 May 2011 11:51:38 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p499mmTf025907; Mon, 9 May 2011 10:48:48 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25378-08; Mon, 9 May 2011 10:48:44 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p499mZoP025901 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 May 2011 10:48:39 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer In-Reply-To: <1304787012.8459.1.camel@doubt> References: <1304693308-5625-1-git-send-email-koen@dominion.thruhere.net> <1304787012.8459.1.camel@doubt> Date: Mon, 09 May 2011 10:48:28 +0100 Message-ID: <1304934508.30391.195.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Koen Kooi Subject: Re: [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2011 09:51:38 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sat, 2011-05-07 at 09:50 -0700, Darren Hart wrote: > According to my discussion with RP, bb.note() is supposed to appear on > the console. If it doesn't, that is a bug in bitbake, not the recipe > logging. I used this information to document the intended use of the > similarly named bbnote() in logging.bbclass. What we said was that bb.note from "core" context appears on the console, bb.note from task context does not as it makes the default console too verbose. I'm in agreement that unpackaged files should be a warning. Cheers, Richard