All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra][PATCH] linux-wandboard: update recipe to use SRCREV
@ 2013-07-22  2:12 John Weber
  2013-07-22 12:02 ` Otavio Salvador
  0 siblings, 1 reply; 2+ messages in thread
From: John Weber @ 2013-07-22  2:12 UTC (permalink / raw)
  To: meta-freescale

Updating recipe to use SRCREV instead of top-of-tree.  Use latest SRCREV
corresponding to latest FSL kernel update (3.0.35_4.0.0).

Signed-off-by: John Weber <rjohnweber@gmail.com>
---
 recipes-kernel/linux/linux-wandboard.inc       |    2 +-
 recipes-kernel/linux/linux-wandboard_3.0.35.bb |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-kernel/linux/linux-wandboard.inc b/recipes-kernel/linux/linux-wandboard.inc
index cb3f753..38d3666 100644
--- a/recipes-kernel/linux/linux-wandboard.inc
+++ b/recipes-kernel/linux/linux-wandboard.inc
@@ -14,7 +14,7 @@ LOCALVERSION ?= "+yocto"
 SCMVERSION ?= "y"
 
 # SRC_URI for wandboard kernel
-SRC_URI = "git://github.com/johnweber/linux.git;branch=wandboard-integration \
+SRC_URI = "git://github.com/johnweber/linux.git \
            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 df08dc9..54bd41c 100644
--- a/recipes-kernel/linux/linux-wandboard_3.0.35.bb
+++ b/recipes-kernel/linux/linux-wandboard_3.0.35.bb
@@ -3,8 +3,8 @@
 
 include linux-wandboard.inc
 
-# Wandboard branch
-SRCREV = "AUTOINC"
-LOCALVERSION = "-wandboard+yocto"
+# Wandboard branch - based on 4.0.0 from Freescale git
+SRCREV = "e259a0f89e1d69a919793d2191e98cf7c11a76af"
+LOCALVERSION = "-4.0.0-wandboard"
 
 COMPATIBLE_MACHINE = "(wandboard)"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-fsl-arm-extra][PATCH] linux-wandboard: update recipe to use SRCREV
  2013-07-22  2:12 [meta-fsl-arm-extra][PATCH] linux-wandboard: update recipe to use SRCREV John Weber
@ 2013-07-22 12:02 ` Otavio Salvador
  0 siblings, 0 replies; 2+ messages in thread
From: Otavio Salvador @ 2013-07-22 12:02 UTC (permalink / raw)
  To: John Weber; +Cc: meta-freescale

On Sun, Jul 21, 2013 at 11:12 PM, John Weber <rjohnweber@gmail.com> wrote:
> Updating recipe to use SRCREV instead of top-of-tree.  Use latest SRCREV
> corresponding to latest FSL kernel update (3.0.35_4.0.0).
>
> Signed-off-by: John Weber <rjohnweber@gmail.com>

Applied.

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-22 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-22  2:12 [meta-fsl-arm-extra][PATCH] linux-wandboard: update recipe to use SRCREV John Weber
2013-07-22 12:02 ` Otavio Salvador

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.