summaryrefslogtreecommitdiffstats
path: root/recipes-extended/tsntool/tsntool_git.bb
diff options
context:
space:
mode:
authorFlorin Sarbu <florin@balena.io>2023-04-24 10:08:32 +0300
committerFlorin Sarbu <florin@balena.io>2023-04-24 10:15:06 +0300
commitc60279d886eba2d9bb51a00430066b8a0ca9a853 (patch)
tree5352ef68bd05eca5db1522f39c7ac5fd79246e9c /recipes-extended/tsntool/tsntool_git.bb
parentea1b2fe42976a8a4970f2febccea1dfb08798a18 (diff)
downloadmeta-freescale-c60279d886eba2d9bb51a00430066b8a0ca9a853.tar.gz
meta-freescale: migrate IMX repos from codeaurora to github
CodeAurora has shutdown: https://bye.codeaurora.org/ Signed-off-by: Florin Sarbu <florin@balena.io>
Diffstat (limited to 'recipes-extended/tsntool/tsntool_git.bb')
-rw-r--r--recipes-extended/tsntool/tsntool_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb
index f1ddbec8..ae4dc20f 100644
--- a/recipes-extended/tsntool/tsntool_git.bb
+++ b/recipes-extended/tsntool/tsntool_git.bb
@@ -7,7 +7,7 @@ DEPENDS = "cjson libnl readline"
7 7
8inherit pkgconfig 8inherit pkgconfig
9 9
10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/tsntool;protocol=https;nobranch=1" 10SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/tsntool;protocol=https;nobranch=1"
11SRCREV = "b767c260b851aac94828ed26c6a9a327e4e98334" 11SRCREV = "b767c260b851aac94828ed26c6a9a327e4e98334"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"