summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_git.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-11-16 18:15:00 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-20 17:08:18 +0100
commit5afad2df8e72c1075c2fedd49fd95a904ec27fd4 (patch)
tree3ca18cf048e076138a92a6c5ea4e239df97bfa9a /recipes-kernel/linux/linux-toradex_git.bb
parent1b1e831bf524b45821fcd60835f54a4f5329fc75 (diff)
recipes: follow version variable change
We changed the version variables in meta-toradex-bsp-common/conf/tdx_version.conf 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_git.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex_git.bb b/recipes-kernel/linux/linux-toradex_git.bb
index 7c488c9..e191f3b 100644
--- a/recipes-kernel/linux/linux-toradex_git.bb
+++ b/recipes-kernel/linux/linux-toradex_git.bb
@@ -5,7 +5,7 @@ include conf/tdx_version.conf
LINUX_VERSION ?= "3.1.10"
LOCALVERSION = "-${PR}"
-PR = "${TDX_VER_INT}"
+PR = "${TDX_VER_ITEM}"
SRCREV = "7753763827bb50f4645622e83c47e192e0ba0194"
SRCREV_use-head-next = "${AUTOREV}"