From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.pbcl.net ([88.198.119.4] helo=hetzner.pbcl.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RWA3r-0006mR-76 for openembedded-core@lists.openembedded.org; Thu, 01 Dec 2011 18:04:39 +0100 Received: from elite.brightsigndigital.co.uk ([81.142.160.137] helo=[172.30.1.145]) by hetzner.pbcl.net with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1RW9xP-0005Se-Sh for openembedded-core@lists.openembedded.org; Thu, 01 Dec 2011 17:58:00 +0100 From: Phil Blundell To: Patches and discussions about the oe-core layer Date: Thu, 01 Dec 2011 16:57:58 +0000 In-Reply-To: <9DA5872FEF993D41B7173F58FCF6BE94E3D9E9B9@orsmsx504.amr.corp.intel.com> References: <48bd68cce53c87c7f9296a0a0ad5286efef7d5cc.1322594901.git.nitin.a.kamble@intel.com> <1322598026.3077.11.camel@lenovo.internal.reciva.com> <9DA5872FEF993D41B7173F58FCF6BE94E3D9E7EE@orsmsx504.amr.corp.intel.com> <1322604347.3077.18.camel@lenovo.internal.reciva.com> <9DA5872FEF993D41B7173F58FCF6BE94E3D9E9B9@orsmsx504.amr.corp.intel.com> X-Mailer: Evolution 3.0.2- Message-ID: <1322758679.26081.242.camel@phil-desktop> Mime-Version: 1.0 Subject: Re: [PATCH 1/4] gmp: also generate the libgmpcxx library & package it properly 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, 01 Dec 2011 17:04:39 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2011-11-29 at 14:51 -0800, Kamble, Nitin A wrote: > Thank you for the explanation. BTW where can I find official rules about signed-off-by line The "Signed-off-by" idiom originated with the kernel people and Documentation/SubmittingPatches in the linux source tree contains a fairly good description of what it means to them. I'm not sure that there are any official rules about its use in OE apart from what's in the Commit Patch Message Guidelines (see the wiki). p.