From: John Weber <rjohnweber@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: Re: [meta-fsl-arm-extra][PATCH v2 4/4] linux-wandboard : Use SRCBRANCH instead of GITBRANCH.
Date: Tue, 10 Dec 2013 21:52:52 -0600 [thread overview]
Message-ID: <52A7E194.40503@gmail.com> (raw)
In-Reply-To: <1386712430-27534-4-git-send-email-philip@balister.org>
On 12/10/13 3:53 PM, Philip Balister wrote:
> Be consistent across all recipes.
>
> Signed-off-by: Philip Balister <philip@balister.org>
> ---
> recipes-kernel/linux/linux-wandboard.inc | 4 ++--
> recipes-kernel/linux/linux-wandboard_3.0.35.bb | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-wandboard.inc b/recipes-kernel/linux/linux-wandboard.inc
> index fa73b4a..57e5517 100644
> --- a/recipes-kernel/linux/linux-wandboard.inc
> +++ b/recipes-kernel/linux/linux-wandboard.inc
> @@ -11,10 +11,10 @@ require recipes-kernel/linux/linux-imx.inc
> LOCALVERSION ?= "+yocto"
> SCMVERSION ?= "y"
>
> -GITBRANCH ??= "master"
> +SRCBRANCH ??= "master"
>
> # SRC_URI for wandboard kernel
> -SRC_URI = "git://github.com/wandboard-org/linux.git;branch=${GITBRANCH} \
> +SRC_URI = "git://github.com/wandboard-org/linux.git;branch=${SRCBRANCH} \
> file://defconfig \
> "
>
> diff --git a/recipes-kernel/linux/linux-wandboard_3.0.35.bb b/recipes-kernel/linux/linux-wandboard_3.0.35.bb
> index fc4fea4..b443d42 100644
> --- a/recipes-kernel/linux/linux-wandboard_3.0.35.bb
> +++ b/recipes-kernel/linux/linux-wandboard_3.0.35.bb
> @@ -4,7 +4,7 @@
> include linux-wandboard.inc
>
> # Wandboard branch - based on 4.0.0 from Freescale git
> -GITBRANCH = "wandboard_imx_3.0.35_4.0.0"
> +SRCBRANCH = "wandboard_imx_3.0.35_4.0.0"
> SRCREV = "d35902c77a077a25e4dfedc6aac11ba49c52c586"
> LOCALVERSION = "-4.0.0-wandboard"
>
Fine by me.
prev parent reply other threads:[~2013-12-11 3:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-10 21:53 [meta-fsl-arm-extra][PATCH v2 1/4] u-boot-boundary : Update SRC_URI for new fetcher behavior Philip Balister
2013-12-10 21:53 ` [meta-fsl-arm-extra][PATCH v2 2/4] u-boot-script-boundary " Philip Balister
2013-12-10 21:53 ` [meta-fsl-arm-extra][PATCH v2 3/4] linux-boundary " Philip Balister
2013-12-10 21:53 ` [meta-fsl-arm-extra][PATCH v2 4/4] linux-wandboard : Use SRCBRANCH instead of GITBRANCH Philip Balister
2013-12-11 3:52 ` John Weber [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52A7E194.40503@gmail.com \
--to=rjohnweber@gmail.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.