From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 006BDE00406 for ; Thu, 22 Aug 2013 15:26:50 -0700 (PDT) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r7MMcSN8026030; Thu, 22 Aug 2013 23:38:28 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id TCkUZzcYlkmT; Thu, 22 Aug 2013 23:38:27 +0100 (BST) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r7MMcMHr026026 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Thu, 22 Aug 2013 23:38:24 +0100 Message-ID: <1377210379.6762.32.camel@ted> From: Richard Purdie To: "Damian, Alexandru" Date: Thu, 22 Aug 2013 23:26:19 +0100 In-Reply-To: References: <1377191508.6762.28.camel@ted> X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: Paul Eggleton , "webhob@yoctoproject.org" Subject: Re: [Webhob] updating documentation.conf X-BeenThere: webhob@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Aug 2013 22:26:52 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2013-08-22 at 21:53 +0100, Damian, Alexandru wrote: > Ok, knocking lowercase suffixes, I'll do it. > > > Architectural call, Richard - should it be done on Webhob, or in > Bitbake. I'd do it in bitbake since the [doc] field may be used to > other purposes in the future > The UPPERCASE_lowercase style is an OE convention, bitbake doesn't care. It can be a utility function in bitbake but it shouldn't be in the bitbake core if that makes sense. Cheers, Richard