From 5afad2df8e72c1075c2fedd49fd95a904ec27fd4 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 16 Nov 2017 18:15:00 +0100 Subject: recipes: follow version variable change We changed the version variables in meta-toradex-bsp-common/conf/tdx_version.conf Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb | 2 +- recipes-bsp/u-boot/u-boot-toradex_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-bsp') 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}" -- cgit v1.2.3