summaryrefslogtreecommitdiff
path: root/recipes-bsp
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-bsp
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-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb
index 6112436..3130073 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb
@@ -31,7 +31,7 @@ SRC_URI = " \
"
PV = "2016.11+git${SRCPV}"
-PR = "${TDX_VER_INT}"
+PR = "${TDX_VER_ITEM}"
S = "${WORKDIR}/git"
diff --git a/recipes-bsp/u-boot/u-boot-toradex_git.bb b/recipes-bsp/u-boot/u-boot-toradex_git.bb
index affc458..917176c 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_git.bb
@@ -35,7 +35,7 @@ SRC_URI_append_apalis-tk1-mainline = " \
"
PV = "2016.11+git${SRCPV}"
-PR = "${TDX_VER_INT}"
+PR = "${TDX_VER_ITEM}"
PACKAGE_ARCH = "${MACHINE_ARCH}"