summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-12-22 15:26:41 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-11 12:03:36 +0100
commitc6f67d8e4efe3f282f5fb3a27f71de62529503ec (patch)
tree16beba7df43db6000feaf9d0fb39aadf99882ba0 /recipes-kernel
parent09f7eea74acda1a71b74ae38eee6ec5774b41ec4 (diff)
u-boot/kernel: update version string to 2.7
While at it consistently use a lower case 'v' as with U-Boot and kernel in meta-toradex-nxp. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_4.9.bb2
-rw-r--r--recipes-kernel/linux/linux-toradex_3.10.40.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_4.9.bb b/recipes-kernel/linux/linux-toradex-mainline_4.9.bb
index b7face6..1d6ad91 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_4.9.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_4.9.bb
@@ -10,7 +10,7 @@ require recipes-kernel/linux/linux-dtb.inc
LINUX_VERSION ?= "4.9"
LOCALVERSION = "-${PR}"
-PR = "V2.6.2b1"
+PR = "v2.7b1"
PV = "${LINUX_VERSION}"
S = "${WORKDIR}/linux-${PV}"
diff --git a/recipes-kernel/linux/linux-toradex_3.10.40.bb b/recipes-kernel/linux/linux-toradex_3.10.40.bb
index 7b88f4f..4467f18 100644
--- a/recipes-kernel/linux/linux-toradex_3.10.40.bb
+++ b/recipes-kernel/linux/linux-toradex_3.10.40.bb
@@ -11,7 +11,7 @@ LINUX_VERSION ?= "3.10.40"
LOCALVERSION = "-${PR}"
SRCREV = "774e3704de94c329d3319c30bb2fcade9a6a8dd9"
-PR = "V2.6.2b1"
+PR = "v2.7b1"
PV = "${LINUX_VERSION}+gitr${SRCREV}"
S = "${WORKDIR}/git"