summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-03-22 10:11:32 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 12:13:00 +0200
commitcb715b49e0c63aa4db7f6e8c9bd17df638c3af28 (patch)
tree7a0c1e5744a61ec704a4e30a97087e21e014fd80
parenta7f1e65293192ec7f8c1a96d4240fc43f61b89fc (diff)
linux-toradex_git: update to latest -next
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-toradex_git.bb b/recipes-kernel/linux/linux-toradex_git.bb
index 9830cd7..051cf03 100644
--- a/recipes-kernel/linux/linux-toradex_git.bb
+++ b/recipes-kernel/linux/linux-toradex_git.bb
@@ -4,12 +4,12 @@ require recipes-kernel/linux/linux-toradex.inc
LINUX_VERSION ?= "3.1.10"
LOCALVERSION = "-${PR}"
-SRCREV = "b496d097ab8741678ae3027b8e5358a04fb5ea82"
+SRCREV = "1d3366acba86c4c174c77778a23c34d992579909"
PR = "v2.7b1"
PV = "${LINUX_VERSION}+gitr${SRCREV}"
S = "${WORKDIR}/git"
-SRCBRANCH = "tegra"
+SRCBRANCH = "tegra-next"
SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH}"
COMPATIBLE_MACHINE = "(apalis-t30|colibri-pxa|colibri-t20|colibri-t30)"