summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-11-08 23:10:27 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-20 17:02:45 +0100
commit62261b4a8da7c4004c0ced983a574ec38113cf11 (patch)
treef1a1f62c458404904a2e662009f700d81995be92
parentd821c1f952744499364bf034b642d487186afdb0 (diff)
u-boot-fw-utils: unify use of pv/pr
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb4
1 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 586eccb..e9de827 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
@@ -29,8 +29,8 @@ SRC_URI = " \
SRC_URI_append_tegra3 = " file://fw_unlock_mmc.sh"
SRC_URI_append_tegra124 = " file://fw_unlock_mmc.sh"
-PV = "2016.11"
-PR = "${TDX_VER_INT}+gitr${SRCPV}"
+PV = "2016.11+git${SRCPV}"
+PR = "${TDX_VER_INT}"
S = "${WORKDIR}/git"