From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 7F827E00BBF; Thu, 29 May 2014 20:37:17 -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=0.0 required=5.0 tests=none autolearn=ham version=3.3.1 X-Spam-HAM-Report: Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 57B66E00B71 for ; Thu, 29 May 2014 20:37:04 -0700 (PDT) Received: from [192.168.1.10] (c-68-38-40-177.hsd1.nj.comcast.net [68.38.40.177]) by smtp.webfaction.com (Postfix) with ESMTP id 9571E213182C; Fri, 30 May 2014 03:37:02 +0000 (UTC) Message-ID: <5387FCD9.3010909@mindchasers.com> Date: Thu, 29 May 2014 23:36:57 -0400 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Lauren Post , "meta-freescale@yoctoproject.org" References: <9ce9a277dd774710ac5abbb649721d51@BLUPR03MB551.namprd03.prod.outlook.com> In-Reply-To: <9ce9a277dd774710ac5abbb649721d51@BLUPR03MB551.namprd03.prod.outlook.com> Subject: Re: Freescale Linux 3.10.31-1.1.0_alpha release is online 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: Fri, 30 May 2014 03:37:17 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 05/29/2014 03:25 PM, Lauren Post wrote: > This is our release layer with readme describing how to download at > > http://git.freescale.com/git/cgit.cgi/imx/fsl-arm-yocto-bsp.git/tree/README?h=imx-3.10.31-1.1.0_alpha > Hi Lauren, For the repo manifest file (default.xml), can you use tag names (e.g., yocto-1.6) when possible instead of the SHA for your revision attribute inside of the project tag? It would save some time of having to do a reverse lookup for each revision attribute (commit) and make the manifest more friendly. And how would I figure out why you chose a particular commit that wasn't otherwise notable / tagged (e.g., you're not using the 1.6 tag in meta-fsl-arm)? I looked through the commits in fsl-arm-yocto-bsp.git, but I didn't find anything to help me with this. Lastly, I'm not able to clone fsl-arm-yocto-bsp.git. When I run: git clone git://git.freescale.com/imx/fsl-arm-yocto-bsp.git I get "warning: remote HEAD refers to nonexistent ref, unable to checkout". Is this a bug? If so, where would I log it for this project? Thank you, Bob