summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rcw/rcw_git.bb
diff options
context:
space:
mode:
authorLogan Grosz <logan.grosz@gmail.com>2023-03-31 16:23:48 -0600
committerLogan Grosz <logan.grosz@gmail.com>2023-03-31 16:23:48 -0600
commitcbe69b170fbdb201ae9bc80889678709e64caa78 (patch)
tree4c01289d02d1a472b109656e3415d99921e104da /recipes-bsp/rcw/rcw_git.bb
parent86772601e7f6ea188dfaf64097edafc05e15aef3 (diff)
downloadmeta-freescale-cbe69b170fbdb201ae9bc80889678709e64caa78.tar.gz
Migrate codeaurora repositories to github
Diffstat (limited to 'recipes-bsp/rcw/rcw_git.bb')
-rw-r--r--recipes-bsp/rcw/rcw_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 02754cb8..70ea1670 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -7,7 +7,7 @@ DEPENDS += "change-file-endianess-native tcl-native"
7 7
8inherit deploy siteinfo 8inherit deploy siteinfo
9 9
10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1" 10SRC_URI = "git://github.com/nxp-qoriq/rcw;protocol=https;nobranch=1"
11SRCREV = "1f43bef4b4475d8e81c9b3b8c5bdd6c1ce8cfa6c" 11SRCREV = "1f43bef4b4475d8e81c9b3b8c5bdd6c1ce8cfa6c"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"