diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2017-10-28 12:39:05 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-12-23 22:15:42 +0100 |
commit | 4c0d2081dd60976d3ad14783816ae9a1ca88d020 (patch) | |
tree | c60941c27dec90fade7aa5fb482bf8b3468ab9e0 | |
parent | 759110db9701e6f61a7ad631cbc326e9762639c3 (diff) |
u-boot-toradex-fsl-fw-utils: unify pv/pr handling
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-fsl-fw-utils_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb index 5feee0f..0264ac8 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb @@ -26,8 +26,7 @@ SRC_URI = " \ file://fw_unlock_mmc.sh \ " -PV = "2016.11" -PR = "${TDX_VER_INT}+gitr${SRCPV}" +PV = "2016.11+gitr${SRCPV}" LOCALVERSION ?= "-${TDX_VER_INT}" S = "${WORKDIR}/git" |