From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id C8BF0E00ABE; Mon, 24 Aug 2015 02:59:52 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 262D8E00ABE for ; Mon, 24 Aug 2015 02:59:48 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t7O9xffD029943; Mon, 24 Aug 2015 10:59:41 +0100 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 xpLJEDIlgds0; Mon, 24 Aug 2015 10:59:41 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t7O9xPKV029927 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 24 Aug 2015 10:59:36 +0100 Message-ID: <1440410365.12105.317.camel@linuxfoundation.org> From: Richard Purdie To: "Smith, Elliot" Date: Mon, 24 Aug 2015 10:59:25 +0100 In-Reply-To: References: X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Cc: "Belen Barros Pena \(Intel\)" , "toaster@yoctoproject.org" Subject: Re: Patch prefixes X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2015 09:59:52 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2015-08-24 at 09:44 +0100, Smith, Elliot wrote: > Thanks for this information, but I just want to be 100% clear on this > as I am new to the project. I've asked a question below. > > On 20 August 2015 at 11:26, Damian, Alexandru > wrote: > In the "poky:" tree, we need to use: > > > # bitbake: toaster: descriptive patch name > > So in my branches on poky-contrib, is it necessary for me to use > "bitbake: toaster:" as a prefix for all my commits? What you use in poky-contrib isn't particularly important. What matters is when the patches come for merging on bitbake-devel, they state the area they touch (often toaster:) but not "bitbake:" since in the bitbake repo that is somewhat pointless. When these merge back to poky, the bitbake prefix is automatically added. Cheers, Richard