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.
This commit is contained in:
Alexandre Bard 2023-05-16 09:32:45 +02:00
parent a2226ab942
commit b12ccc01a8
1 changed files with 1 additions and 1 deletions

View File

@ -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"