From b12ccc01a8f57f7675b108c4a73638ac71052fb4 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 16 May 2023 09:32:45 +0200 Subject: [PATCH] freecale/imx-mkimage: Remove autorev The the branch is anyway not updated anymore and the autorev is causing parsing problem even when the recipe is not used. --- freescale/recipes-imx/imx-mkimage/imx-mkimage_git.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freescale/recipes-imx/imx-mkimage/imx-mkimage_git.inc b/freescale/recipes-imx/imx-mkimage/imx-mkimage_git.inc index 1912a3e..4c59c4d 100644 --- a/freescale/recipes-imx/imx-mkimage/imx-mkimage_git.inc +++ b/freescale/recipes-imx/imx-mkimage/imx-mkimage_git.inc @@ -5,7 +5,7 @@ DEPENDS = "zlib-native openssl-native" SRCBRANCH = "imx_4.14.98_2.0.0_ga" SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}" -SRCREV ?= "${AUTOREV}" +SRCREV ?= "dd0234001713623c79be92b60fa88bc07b07f24f" S = "${WORKDIR}/git" BOOT_TOOLS = "imx-boot-tools"