diff --git a/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs_git.bb b/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs_git.bb index e5a3f6b..3b2c557 100644 --- a/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs_git.bb +++ b/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs_git.bb @@ -13,8 +13,8 @@ SRCIPK_INSTALL_DIR = "board-support/board-port-labs" PR = "r6" -REPOS ?= "git://gitorious.org/sitara-board-port/sitara-board-port-linux.git \ - git://gitorious.org/sitara-board-port/sitara-board-port-uboot.git \ +REPOS ?= "git://git.ti.com/sitara-linux/board-port-linux.git \ + git://git.ti.com/sitara-linux/board-port-u-boot.git \ " S = "${WORKDIR}" 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 d46c0ab..932cdb6 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 = "r6" BRANCH ?= "master" SRCREV = "eba9e69247c105f6d8dbcb56452ad4c4ea2df31e" -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/bluez-tools/bluez-tools_git.bb b/meta-arago-extras/recipes-connectivity/bluez-tools/bluez-tools_git.bb index 41bea44..0d88204 100644 --- a/meta-arago-extras/recipes-connectivity/bluez-tools/bluez-tools_git.bb +++ b/meta-arago-extras/recipes-connectivity/bluez-tools/bluez-tools_git.bb @@ -12,7 +12,7 @@ SRCREV = "171181b6ef6c94aefc828dc7fd8de136b9f97532" S = "${WORKDIR}/git" -SRC_URI = "git://gitorious.org/bluez-tools/bluez-tools.git;protocol=git" +SRC_URI = "git://github.com/embedian/blues-tools.git;protocol=git" inherit autotools diff --git a/meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb b/meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb index e3880a1..41d27b5 100644 --- a/meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb +++ b/meta-arago-extras/recipes-connectivity/crda/crda_1.1.1.bb @@ -9,8 +9,8 @@ PR = "r0" DEPENDS = "libgcrypt libnl python-native python-m2crypto-native" RDEPENDS_${PN} = "udev" -SRC_URI = "http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \ - http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2011.04.28-regulatory.bin;name=reg \ +SRC_URI = "http://linuxwireless.org/download/crda/${P}.tar.bz2;name=crda \ + http://linuxwireless.org/download/wireless-regdb/regulatory.bins/2011.04.28-regulatory.bin;name=reg \ " CFLAGS += " -DCONFIG_LIBNL20" 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 5d13ad5..5170bdd 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 = "r8" BRANCH ?= "master" SRCREV = "7aa7e7a316d24c06c8e6a4931f7297f209dfd8e1" -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-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc index 0c639e9..75110b8 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,7 @@ 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://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}" SRCREV = "e55b22aff35107d384c13322aa9f9cd637f543ca" BRANCH = "master" INC_PR = "r16" 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 ecb97c2..cc4bd25 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 @@ -12,7 +12,7 @@ PR = "r1" SRCREV = "db2e6b10e5a14358b6120a4a28de2f9d591bc55c" 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}" S = "${WORKDIR}/git" 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 54359e5..32ee427 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 = "25311718417147bd87aaa25d758cde9a5bffa0a8" -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 68381e7..5e6603a 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 @@ -12,7 +12,7 @@ PR = "r2" SRCREV = "23acf023743e864bb30158636840a080e36d45b6" 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 5799f6c..1ac2556 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 = "r2" BRANCH ?= "master" SRCREV = "3aa2de4bb698c96f8a481c4048e3140503b26082" -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/qt-tstat_2.0.bb b/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb index 19c29fb..7bddabf 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 @@ -15,7 +15,7 @@ PR = "r3" BRANCH ?= "master" SRCREV = "27e033a0ac59928cc3acbb45f4d9bc2101fcf024" -SRC_URI = "git://gitorious.org/thermostat-demo/thermostat-demo.git;protocol=git" +SRC_URI = "git://git.ti.com/apps/thermostat-demo.git;protocol=git" S = "${WORKDIR}/git/"