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:
parent
a2226ab942
commit
b12ccc01a8
|
|
@ -5,7 +5,7 @@ DEPENDS = "zlib-native openssl-native"
|
||||||
|
|
||||||
SRCBRANCH = "imx_4.14.98_2.0.0_ga"
|
SRCBRANCH = "imx_4.14.98_2.0.0_ga"
|
||||||
SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}"
|
SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH}"
|
||||||
SRCREV ?= "${AUTOREV}"
|
SRCREV ?= "dd0234001713623c79be92b60fa88bc07b07f24f"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
BOOT_TOOLS = "imx-boot-tools"
|
BOOT_TOOLS = "imx-boot-tools"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue