summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mc-utils
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2022-12-15 11:49:10 +0800
committerJun Zhu <junzhu@nxp.com>2022-12-15 11:47:18 +0800
commitdb67bdf59ca6e7c2da4a6fbadb53b5ae238219a6 (patch)
tree9341b369d25545e2069cfd0afab4580b73b2ca1c /recipes-bsp/mc-utils
parentcb6c55d9c13228a0a9deef59d2f72b34ae117ba5 (diff)
downloadmeta-freescale-db67bdf59ca6e7c2da4a6fbadb53b5ae238219a6.tar.gz
Switch NXP QorIQ repositories to github.com
Fetch QorIQ's source code from github.com/nxp-qoriq, as original source.codeaurora.org/external/qoriq will stop to access from April 2023. Signed-off-by: Jun Zhu <junzhu@nxp.com>
Diffstat (limited to 'recipes-bsp/mc-utils')
-rw-r--r--recipes-bsp/mc-utils/mc-utils_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/mc-utils/mc-utils_git.bb b/recipes-bsp/mc-utils/mc-utils_git.bb
index 7ec3bcd4..90992c18 100644
--- a/recipes-bsp/mc-utils/mc-utils_git.bb
+++ b/recipes-bsp/mc-utils/mc-utils_git.bb
@@ -7,7 +7,7 @@ DEPENDS += "dtc-native"
7 7
8inherit deploy 8inherit deploy
9 9
10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/mc-utils;nobranch=1" 10SRC_URI = "git://github.com/nxp-qoriq/mc-utils;protocol=https;nobranch=1"
11SRCREV = "12ffee82d210cb6b5c8fa30fbc6f5d29e4be2e6f" 11SRCREV = "12ffee82d210cb6b5c8fa30fbc6f5d29e4be2e6f"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"