From 2c29aa3b61efcd1ee5aa8472b1b2127b3d6d1427 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Mon, 25 Sep 2017 15:01:30 +0200 Subject: u-boot recipes: update to latest Signed-off-by: Marcel Ziswiler Acked-by: Dominik Sliwa --- recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb | 4 ++-- recipes-bsp/u-boot/u-boot-toradex_git.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 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 2785d9a..5536aee 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 @@ -18,7 +18,7 @@ DEFAULT_PREFERENCE_colibri-t30 = "1" FILESPATHPKG =. "git:" # This revision is based on upstream "v2016.11" -SRCREV = "f0e414972b5b225e33ebe75574562266116746f9" +SRCREV = "1b121c6ab548a9af0a27876e9eaa0c654c1dc3e1" SRCBRANCH = "2016.11-toradex" SRC_URI = " \ git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH} \ @@ -28,7 +28,7 @@ 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${@d.getVar("SRCREV", False)[0:7]}" +PR = "${TDX_VER_INT}+gitr${SRCPV}" 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 c1e2dcb..37a623b 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_git.bb @@ -18,12 +18,12 @@ DEFAULT_PREFERENCE_colibri-t30 = "1" FILESPATHPKG =. "git:" S = "${WORKDIR}/git" # This revision is based on upstream "v2016.11" -SRCREV = "f0e414972b5b225e33ebe75574562266116746f9" +SRCREV = "1b121c6ab548a9af0a27876e9eaa0c654c1dc3e1" SRCBRANCH = "2016.11-toradex" SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH}" PV = "2016.11" -PR = "${TDX_VER_INT}-gitr${@d.getVar("SRCREV", False)[0:7]}" +PR = "${TDX_VER_INT}+gitr${SRCPV}" # require u-boot-dtb-tegra.bin to be used UBOOT_IMAGE = "u-boot-dtb-tegra-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" -- cgit v1.2.3