diff --git a/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb b/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb index 952e50b..c475cb0 100644 --- a/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb +++ b/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb @@ -9,7 +9,7 @@ PR = "r7" BRANCH ?= "master" SRCREV = "7f76ec24d3fedb9b2e3331f77c2f790c8b43f5f0" -SRC_URI = "git://gitorious.org/arm_benchmarks/arm_benchmarks.git;protocol=git;branch=${BRANCH}" +SRC_URI = "git://git.ti.com/apps/arm_benchmarks/arm_benchmarks.git;protocol=git;branch=${BRANCH}" S = "${WORKDIR}/git" diff --git a/meta-arago-extras/recipes-connectivity/uim/uim_git.bb b/meta-arago-extras/recipes-connectivity/uim/uim_git.bb index 0ebaeb0..12fa2c4 100644 --- a/meta-arago-extras/recipes-connectivity/uim/uim_git.bb +++ b/meta-arago-extras/recipes-connectivity/uim/uim_git.bb @@ -12,7 +12,7 @@ INITSCRIPT_PARAMS = "defaults 03" inherit update-rc.d SRCREV = "c73894456df5def97111cb33d2106b684b8b7959" -SRC_URI = "git://gitorious.org/uim/uim.git \ +SRC_URI = "git://git.ti.com/ti-bt/uim/uim.git \ file://0001-uim-Add-command-line-args-for-passing-sysfs-node-pat.patch \ file://uim-sysfs \ " diff --git a/meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb b/meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb index 493a80a..c01c2aa 100644 --- a/meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb +++ b/meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb @@ -11,7 +11,7 @@ PR = "r9" BRANCH ?= "master" SRCREV = "5df7da69a50d27b7f594db0918c5e6793c3a6237" -SRC_URI = "git://gitorious.org/am_sysinfo/am_sysinfo.git;protocol=git;branch=${BRANCH}" +SRC_URI = "git://git.ti.com/apps/am_sysinfo/am_sysinfo.git;protocol=git;branch=${BRANCH}" S = "${WORKDIR}/git" diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-3d-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-3d-demos_2.0.bb index e1c3023..4a31eae 100644 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-3d-demos_2.0.bb +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-3d-demos_2.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "3D demo descriptions for Matrix v2" -HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps" +HOMEPAGE = "https://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps" LICENSE = "CC-BY-SA" require matrix-gui-apps-git.inc diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc index c985859..c914c1c 100644 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc @@ -3,7 +3,8 @@ LICENSE = "CC-BY-SA" LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9" LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}" -SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}" +#SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}" +SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}" SRCREV = "6ba41c4070cbc723d758f5d493859ae6470cdceb" BRANCH = "master" INC_PR = "r23" diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb index afd5aa3..57e39ee 100644 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb @@ -16,7 +16,7 @@ PR = "r7" SRCREV = "7f5dccfb5b1b68a3f9162f6ee072eef0e0ba06fe" BRANCH ?= "master" -SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix_browser.git;protocol=git;branch=${BRANCH}" +SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix_browser.git;protocol=git;branch=${BRANCH}" SRC_URI += "${@base_conditional('QT_PROVIDER', 'qt5', 'file://qt5-webkit.patch file://qt5-gui-widgets-move.patch', '', d)}" diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb index 523cfe1..4d03a1e 100644 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb @@ -18,7 +18,7 @@ inherit update-rc.d BRANCH ?= "master" SRCREV = "d0fcc5ab50c9ecdf7a3cc5610807d16a6c91a850" -SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2.git;protocol=git;branch=${BRANCH} \ +SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2.git;protocol=git;branch=${BRANCH} \ file://init \ file://php.ini" diff --git a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb index e3d59e2..a1a19d4 100644 --- a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb +++ b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Simple Application to force a screen refresh" -HOMEPAGE = "https://gitorious.org/matrix-gui-v2/refresh-screen" +HOMEPAGE = "https://git.ti.com/matrix-gui-v2/refresh-screen" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://main.cpp;beginline=9;endline=37;md5=884b90f5bf0d711fe32c4f04b5276496" SECTION = "multimedia" @@ -12,7 +12,7 @@ PR = "r5" SRCREV = "ad3835b250c8b2b55ae65ffa19c2b85e412826b0" BRANCH ?= "master" -SRC_URI = "git://gitorious.org/matrix-gui-v2/refresh-screen.git;protocol=git;branch=${BRANCH}" +SRC_URI = "git://git.ti.com/matrix-gui-v2/refresh-screen.git;protocol=git;branch=${BRANCH}" S = "${WORKDIR}/git" diff --git a/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb b/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb index fa203e0..b17d070 100644 --- a/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb +++ b/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb @@ -12,7 +12,7 @@ PR = "r3" BRANCH ?= "master" SRCREV = "066ecdab2bf0788eec253bf27fd44f7436f0cd04" -SRC_URI = "git://gitorious.org/oprofile-example/oprofile-example.git;protocol=git;branch=${BRANCH}" +SRC_URI = "git://git.ti.com/apps/oprofile-example/oprofile-example.git;protocol=git;branch=${BRANCH}" S = "${WORKDIR}/git" diff --git a/meta-arago-extras/recipes-graphics/screenshot/screenshot_1.0.bb b/meta-arago-extras/recipes-graphics/screenshot/screenshot_1.0.bb index 096aa40..d916ec9 100644 --- a/meta-arago-extras/recipes-graphics/screenshot/screenshot_1.0.bb +++ b/meta-arago-extras/recipes-graphics/screenshot/screenshot_1.0.bb @@ -9,7 +9,7 @@ PR = "r1" BRANCH ?= "master" SRCREV = "169242aa7a265d5c94755d74601ad4a3f1828c96" -SRC_URI = "git://gitorious.org/screenshot/screenshot.git;protocol=git;branch=${BRANCH}" +SRC_URI = "git://git.ti.com/apps/screenshot/screenshot.git;protocol=git;branch=${BRANCH}" S = "${WORKDIR}/git" diff --git a/meta-arago-extras/recipes-multimedia/av-examples/av-examples_1.0.bb b/meta-arago-extras/recipes-multimedia/av-examples/av-examples_1.0.bb index e797aa5..65ff4f3 100644 --- a/meta-arago-extras/recipes-multimedia/av-examples/av-examples_1.0.bb +++ b/meta-arago-extras/recipes-multimedia/av-examples/av-examples_1.0.bb @@ -14,7 +14,7 @@ COMPATIBLE_MACHINE = "(omap3)" BRANCH ?= "master" SRCREV = "b67b11011a8a54a7598eed383f3a106c32b47c6d" -SRC_URI = "git://gitorious.org/av_examples/av_examples.git;protocol=git;branch=${BRANCH}" +SRC_URI = "git://git.ti.com/apps/av_examples.git;protocol=git;branch=${BRANCH}" S = "${WORKDIR}/git" diff --git a/meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb b/meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb index 710270d..beb0a40 100644 --- a/meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb +++ b/meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Image Gallery" -HOMEPAGE = "https://gitorious.org/image-gallery" +HOMEPAGE = "https://git.ti.com/image-gallery" SECTION = "multimedia" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=9c57cc1cdee589f97cbba69e95a89a15" @@ -11,7 +11,7 @@ PR = "r1" BRANCH = "master" SRCREV = "8901d7c598b277e4e26a5abbcb859e7ceebd340a" -SRC_URI = "git://gitorious.org/image-gallery/image-gallery.git;protocol=git;branch=${BRANCH}" +SRC_URI = "git://git.ti.com/image-gallery/image-gallery.git;protocol=git;branch=${BRANCH}" S = "${WORKDIR}/git/" diff --git a/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb b/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb index 0e3fc01..739290c 100644 --- a/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb +++ b/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Qt Thermostat Demo" -HOMEPAGE = "https://gitorious.org/thermostat-demo" +HOMEPAGE = "https://git.ti.com/thermostat-demo" LICENSE = "BSD & CC-BY-SA-2.0 & CC-BY-SA-3.0 & MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=93a105adb99011afa5baee932b560714 \ @@ -20,7 +20,7 @@ BRANCH ?= "master" SRCREV = "2512773c2d9da989e6a42c1e90b2b34496713072" SRC_URI = " \ - git://gitorious.org/thermostat-demo/thermostat-demo.git;protocol=git \ + git://git.ti.com/apps/thermostat-demo.git;protocol=git \ " SRC_URI += "${@base_conditional('QT_PROVIDER', 'qt5', 'file://0002-Replace-QtGui-with-QtWidgets-per-Qt5-migration-guide.patch \