summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-08-08 11:15:43 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-08-14 13:11:41 +0200
commit9372e520e176b5ce5e88187c45653039ea9a4d42 (patch)
treee76fa2f6fc406acb6ed964e989aa487d8fd8ee61 /recipes-bsp
parent6ea5ec96855a2b6c071dad7f24d15dbd3535d2a3 (diff)
layer: convert to new override syntax
Fix the leftovers which the script didn't catch. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-atf/imx-atf_%.bbappend2
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-common_2020.04.inc2
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_2020.07.bb4
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_%.bbappend b/recipes-bsp/imx-atf/imx-atf_%.bbappend
index 61e7b22..7060815 100644
--- a/recipes-bsp/imx-atf/imx-atf_%.bbappend
+++ b/recipes-bsp/imx-atf/imx-atf_%.bbappend
@@ -1,5 +1,5 @@
PV = "2.2+git${SRCPV}"
-SRCBRANCH = "toradex:imx_5.4.70_2.3.0"
+SRCBRANCH = "toradex_imx_5.4.70_2.3.0"
SRCREV = "835a8f67b2ca7aa3f2d05d6e6a1a51f7e1147266"
SRCREV_use-head-next = "${AUTOREV}"
SRC_URI = "git://git.toradex.com/imx-atf.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 f3c289f..39d3c28 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
@@ -12,7 +12,7 @@ SRC_URI = " \
SRCREV = "f499632b31f88dbd313fe9f742e2019c56032558"
SRCREV_use-head-next = "${AUTOREV}"
-SRCBRANCH = "toradex:imx_v2020.04_5.4.70_2.3.0"
+SRCBRANCH = "toradex_imx_v2020.04_5.4.70_2.3.0"
S = "${WORKDIR}/git"
diff --git a/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb b/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb
index e623486..7a72a34 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb
@@ -10,8 +10,8 @@ DEPENDS += "bc-native dtc-native"
# While NXP i.MX 7 downstream requires the Linux kernel to boot in secure
# mode mainline/upstream requires non-secure mode instead, as it properly
# uses PSCI to control further cores.
-SRC_URI:append:use-mainline-bsp:colibri-imx7 = " file://0001-colibri:imx7-boot-linux-kernel-in-non-secure-mode.patch"
-SRC_URI:append:use-mainline-bsp:colibri-imx7-emmc = " file://0001-colibri:imx7-boot-linux-kernel-in-non-secure-mode.patch"
+SRC_URI:append:use-mainline-bsp:colibri-imx7 = " file://0001-colibri_imx7-boot-linux-kernel-in-non-secure-mode.patch"
+SRC_URI:append:use-mainline-bsp:colibri-imx7-emmc = " file://0001-colibri_imx7-boot-linux-kernel-in-non-secure-mode.patch"
BOOT_TOOLS = "imx-boot-tools"