summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_3.10.40.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-03-27 20:10:58 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 13:38:33 +0200
commitde2d306cde2f7804ce7a9672162dc2f11172aa7c (patch)
treeee62b915be1587ca456f037ba7dcc361ab980022 /recipes-kernel/linux/linux-toradex_3.10.40.bb
parent8668392b04aaa6ff995620ad0c61dd413d775b1d (diff)
linux: use the new version variables
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex_3.10.40.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex_3.10.40.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex_3.10.40.bb b/recipes-kernel/linux/linux-toradex_3.10.40.bb
index 7b04eb9..f6bcabf 100644
--- a/recipes-kernel/linux/linux-toradex_3.10.40.bb
+++ b/recipes-kernel/linux/linux-toradex_3.10.40.bb
@@ -6,12 +6,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
inherit kernel siteinfo
require recipes-kernel/linux/linux-dtb.inc
+include conf/tdx_version.conf
LINUX_VERSION ?= "3.10.40"
LOCALVERSION = "-${PR}"
+PR = "${TDX_VER_INT}"
+
SRCREV = "b7874e0bdcaf97c808c1504cd61d2fa500ce250e"
-PR = "v2.7b1"
PV = "${LINUX_VERSION}+gitr${SRCREV}"
S = "${WORKDIR}/git"