All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Weber <rjohnweber@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH
Date: Thu, 27 Feb 2014 20:38:13 -0600	[thread overview]
Message-ID: <1393555094-18428-1-git-send-email-rjohnweber@gmail.com> (raw)

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

Signed-off-by: John Weber <rjohnweber@gmail.com>
---
 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"
+
 # 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



             reply	other threads:[~2014-02-28  2:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-28  2:38 John Weber [this message]
2014-02-28  2:38 ` [meta-fsl-arm-extra][PATCH 2/2] linux-wandboard (3.10.17): defconfig changes John Weber
2014-02-28  2:57 ` [meta-fsl-arm-extra][PATCH 1/2] linux-wandboard (3.10.17): Bump SRCREV to 95f32b7 and change SRCBRANCH Otavio Salvador
2014-02-28  3:05   ` John Weber
2014-02-28 12:49 ` Daiane.Angolini
2014-02-28 12:57   ` John Weber
2014-02-28 13:09     ` Daiane.Angolini

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=1393555094-18428-1-git-send-email-rjohnweber@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.