summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-09-05 20:22:02 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-09-06 13:19:08 +0200
commitcbe8810ddff00711a64485e169e90530903e5cc0 (patch)
tree6350967e6ef66b985b350a9669e324e916fe3c52 /recipes-bsp/u-boot
parente606b785cc167f38318c2896eac0964a4c083246 (diff)
manual override syntax fixes
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-common.inc2
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-common_2020.04.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-common.inc b/recipes-bsp/u-boot/u-boot-toradex-common.inc
index 812f779..8ed3611 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-common.inc
+++ b/recipes-bsp/u-boot/u-boot-toradex-common.inc
@@ -14,7 +14,7 @@ inherit toradex-u-boot-localversion
# repo during parse
SRCREV = "0401650db5dfaf5fe67cb2ed8e9285bb198f3245"
SRCBRANCH = "toradex_2020.07"
-SRCREV_use-head-next = "${AUTOREV}"
+SRCREV:use-head-next = "${AUTOREV}"
SRC_URI = " \
git://git.toradex.com/u-boot-toradex.git;protocol=https;branch=${SRCBRANCH} \
diff --git a/recipes-bsp/u-boot/u-boot-toradex-common_2020.04.inc b/recipes-bsp/u-boot/u-boot-toradex-common_2020.04.inc
index 39d3c28..2978b2d 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-common_2020.04.inc
+++ b/recipes-bsp/u-boot/u-boot-toradex-common_2020.04.inc
@@ -11,7 +11,7 @@ SRC_URI = " \
"
SRCREV = "f499632b31f88dbd313fe9f742e2019c56032558"
-SRCREV_use-head-next = "${AUTOREV}"
+SRCREV:use-head-next = "${AUTOREV}"
SRCBRANCH = "toradex_imx_v2020.04_5.4.70_2.3.0"
S = "${WORKDIR}/git"