From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f53.google.com (mail-yh0-f53.google.com [209.85.213.53]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 147EAE008F2 for ; Tue, 25 Feb 2014 07:53:06 -0800 (PST) Received: by mail-yh0-f53.google.com with SMTP id v1so7115526yhn.12 for ; Tue, 25 Feb 2014 07:53:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=2Ozqspc9vrTnFbdubryIi4QXAftzgQ1ctFejfwp3XSU=; b=to6dlVGHa7+Vl4HhhQs8riF0FGPwcreGKI7V8xXGTtA+ZYWd0QniI9SFimhDXf+CtX FxJ+8B+pU7fBlApLoqiGDxEc6OIufw1/N7vsU1dalYr2HrXQC8+gCHo+fueEz5yXFC5Z fniRhXtDOJ/bYze1cYbqfkbJCVPYqEALIt/OELb3yVDP8LCM8l60ZmVJrjFDF8oCN0fi RW1JurgsGUONwr1pVhW0jEsKBq56iH5Cz5n5GtyR9kvHDZ9RHUePdBYopP0sUDnHTr7M BzaOs/FoFkooZmejzzztvN8+36EIg8JUhDpssicik6ZueEXIPPQYunyFjL+5T/FKS66E k7og== X-Received: by 10.236.44.173 with SMTP id n33mr730070yhb.98.1393343585862; Tue, 25 Feb 2014 07:53:05 -0800 (PST) Received: from goober-2.local ([75.76.20.151]) by mx.google.com with ESMTPSA id i62sm9665447yhm.26.2014.02.25.07.53.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Feb 2014 07:53:05 -0800 (PST) Message-ID: <530CBC60.5090500@gmail.com> Date: Tue, 25 Feb 2014 09:53:04 -0600 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Otavio Salvador References: <472sBXuAY9280S04.1393273670@web04.cms.usa.net> <530C152D.9090809@gmail.com> <530CAE45.3050706@gmail.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: Linux kernel recipe override question X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 15:53:07 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Otavio, On 2/25/14, 9:34 AM, Otavio Salvador wrote: > Hello John, > > On Tue, Feb 25, 2014 at 11:52 AM, John Weber wrote: >> On 2/25/14, 6:20 AM, Otavio Salvador wrote: >> SRCBRANCH works based on experience from trial and error that I've done in >> the past. >> SRCREV does not work, again based on what I've tried. >> >> I'll shoot you a patch to make it easy to test on your end. > It makes sense now. > > The SRCREV is dealt different because we can use SRCREV_FORMAT. > > So when we use multiple Git repositories in same fetcher we can have: > > SRCREV_FORMAT = "first_second" > > and > > SRC_URI = "git://...;name=first \ > git://...;name=second" > > and > > SRCREV_first = ... > SRCREV_second = ... OK. I think I understand this. > > So to handle the pn, we must to use: > > SRCREV_pn- > > or > > SRCREV_-pn- Robin Findley explained where the pn- comes in. Very handy. > > I hope it clarifies it now. > > Regards, >