From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f49.google.com (mail-yh0-f49.google.com [209.85.213.49]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B76F6E00910 for ; Fri, 28 Feb 2014 04:57:10 -0800 (PST) Received: by mail-yh0-f49.google.com with SMTP id z6so576364yhz.8 for ; Fri, 28 Feb 2014 04:57:09 -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=m8c+hauLHVvUtcmQBiV/s+YGjcuGZCJKcAin7BRbTZY=; b=Ny/ZGFfAs1XwXK2tMRy56bSjQ4mWdYzpgz7mgI9uV2Nptl43Leck7Wb43mJsfuwwq4 hjXMQEQl3wSjwJsoyuIj0dzXxzcOoT0BE1uf9LHoZlIGxSChzPUvX4cXH9koroar0AHa TthIs5sWbE4mCrr4QnAhHJhz13wu72XsYtnRx3VlDi1WawK1DE+ePmQLYkr+rL1uhmm4 7TZq2fMQE8Ds2gN2ZCvUEql3/bnnX+nkSe43Rwh0GjrCSolVxeyhjkkJNUYow9+HhsZ8 Psk7a/BssJYZZqHC12R3g/FEiEr5TbM6IRQ2C1B5CSfoNGqrJtomYS/ySOl+hPToPJg2 B6hQ== X-Received: by 10.236.85.112 with SMTP id t76mr1591336yhe.74.1393592229461; Fri, 28 Feb 2014 04:57:09 -0800 (PST) Received: from goober-2.local ([75.76.197.2]) by mx.google.com with ESMTPSA id q69sm5399536yhd.22.2014.02.28.04.57.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 28 Feb 2014 04:57:08 -0800 (PST) Message-ID: <531087A3.1050304@gmail.com> Date: Fri, 28 Feb 2014 06:57:07 -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: "Daiane.Angolini@freescale.com" , "meta-freescale@yoctoproject.org" References: <1393555094-18428-1-git-send-email-rjohnweber@gmail.com> In-Reply-To: Subject: Re: [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH 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, 28 Feb 2014 12:57:13 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit On 2/28/14, 6:49 AM, Daiane.Angolini@freescale.com wrote: > >> -----Original Message----- >> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale- >> bounces@yoctoproject.org] On Behalf Of John Weber >> Sent: Thursday, February 27, 2014 11:38 PM >> To: meta-freescale@yoctoproject.org >> Subject: [meta-freescale] [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard >> (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH >> >> The following changes are made: >> - Update SRCREV to 95f32b7 >> - Switch SRCBRANCH to the _test branch >> - Set the git URI in WANDBOARD_GITHUB_MIRROR to allow overide in >> local.conf >> >> squash this > Squash this? Otavio caught this as well. I missed this when squashing patches using rebase -i. I'll fix in V2. > >> Signed-off-by: John Weber >> --- >> recipes-kernel/linux/linux-wandboard.inc | 6 +++++- >> recipes-kernel/linux/linux-wandboard_3.10.17.bb | 4 ++-- >> 2 files changed, 7 insertions(+), 3 deletions(-) >> >> diff --git a/recipes-kernel/linux/linux-wandboard.inc b/recipes- >> kernel/linux/linux-wandboard.inc >> index 57e5517..8a6e011 100644 >> --- a/recipes-kernel/linux/linux-wandboard.inc >> +++ b/recipes-kernel/linux/linux-wandboard.inc >> @@ -13,8 +13,12 @@ SCMVERSION ?= "y" >> >> SRCBRANCH ??= "master" >> >> +# Allow override of WANDBOARD_GITHUB_MIRROR to make use of # local >> +repository easier WANDBOARD_GITHUB_MIRROR ?= >> +"git://github.com/wandboard-org/linux.git" >> + > I hope these lines are messed because I´m using outlook. > > Where is WANDBOARD_GITHUB_MIRROR defined? (I hope in next patch) > Here is the change that is in the patch: +# Allow override of WANDBOARD_GITHUB_MIRROR to make use of +# local repository easier +WANDBOARD_GITHUB_MIRROR ?="git://github.com/wandboard-org/linux.git" + Not sure how this was changed in your email reader? > > Daiane >> # SRC_URI for wandboard kernel >> -SRC_URI = "git://github.com/wandboard-org/linux.git;branch=${SRCBRANCH} \ >> +SRC_URI = "${WANDBOARD_GITHUB_MIRROR};branch=${SRCBRANCH} \ >> file://defconfig \ >> " >> >> diff --git a/recipes-kernel/linux/linux-wandboard_3.10.17.bb b/recipes- >> kernel/linux/linux-wandboard_3.10.17.bb >> index 71365e6..db54972 100644 >> --- a/recipes-kernel/linux/linux-wandboard_3.10.17.bb >> +++ b/recipes-kernel/linux/linux-wandboard_3.10.17.bb >> @@ -7,8 +7,8 @@ require recipes-kernel/linux/linux-dtb.inc >> DEPENDS += "lzop-native bc-native" >> >> # Wandboard branch - based on 3.10.17_1.0.0_beta from Freescale git - >> SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_beta" >> -SRCREV = "319845263e5483ee2fd2b3ddcf4e969cbbb5ffd4" >> +SRCBRANCH = "wandboard_imx_3.10.17_1.0.0_beta_test" >> +SRCREV = "95f32b732fa4a1f5a497494ea2ba7d2e3b65d6c0" >> LOCALVERSION = "-1.0.0-wandboard" >> >> >> -- >> 1.7.9.5 >> >> _______________________________________________ >> meta-freescale mailing list >> meta-freescale@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/meta-freescale >>