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 99F31E00288 for ; Mon, 9 Dec 2013 08:28:22 -0800 (PST) Received: by mail-yh0-f53.google.com with SMTP id b20so2822046yha.12 for ; Mon, 09 Dec 2013 08:28:21 -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:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=YGOoFyHhONrCHkdY+A+y8yIx6nc3BF65ghJG5Wxfh5U=; b=hQ5j3xu/UhLMCh9gw3oictc9f9SmGkG0XGNK0Jge/0iqUQwkm/SYKhbDrUnG7qk8R0 V0VuHaPgaAJfXklaWA3noDXzswbL1oc3MxA+L3A1sxd80oM/2JWlq1GU1tfHdaNPWJ5P o0Kd7SyJiXjK7HpDK97yTfmGChCZe2Fj+21OiiXA5VPYLPTcX4HPUR1eyHILu8Cf0cTM JPACoPE2Igk2OIdI/CzsmS+j9gYcr00Yc7N0YAVbGmWnkv6y0oLgJaYBalh/+bd1Svde lkokp7oib+l9M2reaVuuWApdKCzy5ay1V9VRfQTH2hOu41esuEFMh58x+0ezgL+5jkap ioAw== X-Received: by 10.236.174.37 with SMTP id w25mr15963218yhl.36.1386606501656; Mon, 09 Dec 2013 08:28:21 -0800 (PST) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPSA id o27sm16974572yhb.19.2013.12.09.08.28.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Dec 2013 08:28:20 -0800 (PST) Message-ID: <52A5EFA1.5060806@gmail.com> Date: Mon, 09 Dec 2013 10:28:17 -0600 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1386605416-19779-1-git-send-email-rjohnweber@gmail.com> <52A5EF29.3040902@mlbassoc.com> In-Reply-To: <52A5EF29.3040902@mlbassoc.com> Subject: Re: [meta-fsl-arm][PATCH] u-boot-fslc: Add tag to git SRC_URI 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: Mon, 09 Dec 2013 16:28:24 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/9/13 10:26 AM, Gary Thomas wrote: > On 2013-12-09 09:10, John Weber wrote: >> From: Dan McGregor >> >> Bitbake now checks for the commit in the master branch by default. >> Explictly set the tag where SRCREV is expected. >> >> Signed-off-by: John Weber >> --- >> recipes-bsp/u-boot/u-boot-fslc_2013.10.bb | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb >> b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb >> index 73d4371..56c3265 100644 >> --- a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb >> +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb >> @@ -11,7 +11,7 @@ PROVIDES += "u-boot" >> PV = "v2013.10" >> >> SRCREV = "079e214888279518ce061c71238a74a0c3db2c28" >> -SRC_URI = "git://github.com/Freescale/u-boot-imx.git" >> +SRC_URI = "git://github.com/Freescale/u-boot-imx.git;tag=patches-2013.10" >> >> S = "${WORKDIR}/git" >> >> > > > Can you please change this so the branch name can be overridden, as > in the patches I sent for the other recipes? > Hi Gary - I'm not sure if that would be useful since the u-boot recipe does not depend on a .inc file. Where would the override come from?