summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/cst/cst_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index 25f89afe..5a778143 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -10,7 +10,7 @@ RDEPENDS_${PN} = "bash"
10 10
11inherit kernel-arch 11inherit kernel-arch
12 12
13SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=sdk-v2.0.x" 13SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/cst;branch=sdk-v2.0.x"
14SRCREV = "67ee75303916fc60dfd68ba1920932f57a8b9e94" 14SRCREV = "67ee75303916fc60dfd68ba1920932f57a8b9e94"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"