From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 7BE5F65E48 for ; Tue, 22 Jul 2014 08:36:09 +0000 (UTC) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu4) with ESMTP id s6M8Zwbx013901; Tue, 22 Jul 2014 09:35:58 +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 YavEw_23tGlO; Tue, 22 Jul 2014 09:35:58 +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 s6M8ZqEd013895 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 22 Jul 2014 09:35:54 +0100 Message-ID: <1406018147.22985.106.camel@ted> From: Richard Purdie To: Robert Yang Date: Tue, 22 Jul 2014 09:35:47 +0100 In-Reply-To: <53CE1CDE.3060801@windriver.com> References: <29052f940ce9526083a09d3ce4e665a5aa9e0db1.1404452300.git.liezhi.yang@windriver.com> <41DEA4B02DBDEF40A0F3B6D0DDB1237983FB63A9@ORSMSX101.amr.corp.intel.com> <53BA3B26.4050407@windriver.com> <41DEA4B02DBDEF40A0F3B6D0DDB1237983FB63CD@ORSMSX101.amr.corp.intel.com> <1405966732.22985.104.camel@ted> <53CE1CDE.3060801@windriver.com> X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Cc: "bitbake-devel@lists.openembedded.org" Subject: Re: [PATCH 2/2] bitbake-user-manual-intro.xml: update for dump-signatures X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2014 08:36:12 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2014-07-22 at 16:12 +0800, Robert Yang wrote: > > On 07/22/2014 02:18 AM, Richard Purdie wrote: > > On Mon, 2014-07-07 at 06:18 +0000, Rifenbark, Scott M wrote: > >> Ok - if there is a problem or changes then let me know. I have the > >> doc changes pushed to poky-contrib/srifenbark/bb-manual only. Richard > >> would have to merge them from there into the upstream bitbake > >> repository. > > > > I modified Roberts patch a bit. Could you update the manual based on > > that patch? I didn't take the change for the manual you have queued for > > this, I'd suggest we create a new one. I did merge everything else in > > your bitbake manual branch. > > Sorry, but I think that we need remove this: > > type="choice", choices=("none", "printdiff") > > after your explanations, otherwise we can't input other handlers. > > I will update it later. Right, yes, other values are/will be allowed. Thanks! Richard