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 1QPjyF-000229-IV for openembedded-core@lists.openembedded.org; Fri, 27 May 2011 01:28:03 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p4QNOsSL028544; Fri, 27 May 2011 00:24:54 +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 28361-03; Fri, 27 May 2011 00:24:50 +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 p4QNOk0q028538 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 27 May 2011 00:24:46 +0100 From: Richard Purdie To: Darren Hart In-Reply-To: References: Date: Fri, 27 May 2011 00:24:42 +0100 Message-ID: <1306452282.27470.214.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Koen Kooi , Chris Larson , openembedded-core@lists.openembedded.org Subject: Re: [PATCH 1/2] u-boot: remove UBOOT_MACHINE and COMPATIBLE_MACHINES 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: Thu, 26 May 2011 23:28:03 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2011-05-26 at 14:12 -0700, Darren Hart wrote: > Note: I used bb.note() instead of bb.debug() to ensure the message at least > makes it to the console. From what I could gather, bb.debug() doesn't > go anywhere during recipe parsing. Why? We exclude about 30 different recipes when parsing and would you really want to see a usability message from each one when you likely don't care about it? A bb.debug is fine and the user can see it if they run with -D to get more info. A bb.note is just irritating. Cheers, Richard