All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Switch remaining recipes from gitorious.org to git.ti.com
@ 2015-05-14 14:28 Jacob Stiffler
  2015-05-14 14:28 ` [PATCH 1/9] arm-benchmarks: Move SRC_URI " Jacob Stiffler
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-14 14:28 UTC (permalink / raw)
  To: meta-arago


Jacob Stiffler (9):
  arm-benchmarks: Move SRC_URI to git.ti.com.
  am-sysinfo: Move SRC_URI to git.ti.com.
  matrix-gui-browser: Move SRC_URI to git.ti.com.
  matrix-gui: Move SRC_URI to git.ti.com.
  refresh-screen: Move SRC_URI to git.ti.com.
  oprofile-example: Move SRC_URI to git.ti.com.
  screenshot: Move SRC_URI to git.ti.com.
  av-examples: Move SRC_URI to git.ti.com.
  image-gallery: Move SRC_URI to git.ti.com.

 .../arm-benchmarks/arm-benchmarks_1.3.bb           |    2 +-
 .../recipes-core/am-sysinfo/am-sysinfo_git.bb      |    2 +-
 .../recipes-core/matrix/matrix-gui-browser_2.0.bb  |    2 +-
 .../recipes-core/matrix/matrix-gui_2.0.bb          |    2 +-
 .../recipes-core/matrix/refresh-screen_2.0.bb      |    2 +-
 .../oprofile-example/oprofile-example_git.bb       |    2 +-
 .../recipes-graphics/screenshot/screenshot_1.0.bb  |    2 +-
 .../av-examples/av-examples_1.0.bb                 |    2 +-
 .../recipes-qt/qt-apps/image-gallery_git.bb        |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH 1/9] arm-benchmarks: Move SRC_URI to git.ti.com.
  2015-05-14 14:28 [PATCH 0/9] Switch remaining recipes from gitorious.org to git.ti.com Jacob Stiffler
@ 2015-05-14 14:28 ` Jacob Stiffler
  2015-05-14 14:28 ` [PATCH 2/9] am-sysinfo: " Jacob Stiffler
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-14 14:28 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../arm-benchmarks/arm-benchmarks_1.3.bb           |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 20363d8..bbef97f 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 = "r8"
 BRANCH ?= "master"
 SRCREV = "7f76ec24d3fedb9b2e3331f77c2f790c8b43f5f0"
 
-SRC_URI = "git://gitorious.org/arm_benchmarks/arm_benchmarks.git;protocol=http;branch=${BRANCH}"
+SRC_URI = "git://git.ti.com/apps/arm_benchmarks.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 2/9] am-sysinfo: Move SRC_URI to git.ti.com.
  2015-05-14 14:28 [PATCH 0/9] Switch remaining recipes from gitorious.org to git.ti.com Jacob Stiffler
  2015-05-14 14:28 ` [PATCH 1/9] arm-benchmarks: Move SRC_URI " Jacob Stiffler
@ 2015-05-14 14:28 ` Jacob Stiffler
  2015-05-14 14:28 ` [PATCH 3/9] matrix-gui-browser: " Jacob Stiffler
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-14 14:28 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../recipes-core/am-sysinfo/am-sysinfo_git.bb      |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 d285347..0fa7366 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=http;branch=${BRANCH}"
+SRC_URI = "git://git.ti.com/apps/am_sysinfo.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 3/9] matrix-gui-browser: Move SRC_URI to git.ti.com.
  2015-05-14 14:28 [PATCH 0/9] Switch remaining recipes from gitorious.org to git.ti.com Jacob Stiffler
  2015-05-14 14:28 ` [PATCH 1/9] arm-benchmarks: Move SRC_URI " Jacob Stiffler
  2015-05-14 14:28 ` [PATCH 2/9] am-sysinfo: " Jacob Stiffler
@ 2015-05-14 14:28 ` Jacob Stiffler
  2015-05-14 14:28 ` [PATCH 4/9] matrix-gui: " Jacob Stiffler
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-14 14:28 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../recipes-core/matrix/matrix-gui-browser_2.0.bb  |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 33387ea..797aa6c 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 = "r10"
 SRCREV = "f68ab545a60ca446635f9db00d64569cef9c9091"
 BRANCH ?= "master"
 
-SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix_browser.git;protocol=http;branch=${BRANCH}"
+SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix_browser.git;protocol=git;branch=${BRANCH}"
 
 QT5_DIFF = " \
 	file://qt5-webkit.patch \
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 4/9] matrix-gui: Move SRC_URI to git.ti.com.
  2015-05-14 14:28 [PATCH 0/9] Switch remaining recipes from gitorious.org to git.ti.com Jacob Stiffler
                   ` (2 preceding siblings ...)
  2015-05-14 14:28 ` [PATCH 3/9] matrix-gui-browser: " Jacob Stiffler
@ 2015-05-14 14:28 ` Jacob Stiffler
  2015-05-14 14:28 ` [PATCH 5/9] refresh-screen: " Jacob Stiffler
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-14 14:28 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../recipes-core/matrix/matrix-gui_2.0.bb          |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 7e52380..67276b2 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
@@ -20,7 +20,7 @@ SRCREV = "35029f8c4a3688ca1b176c9a91febd0e541edd15"
 
 MATRIX_INITSCRIPT = "${@base_conditional('QT_PROVIDER', 'qt5', base_contains('DISTRO_FEATURES', 'wayland', 'init', 'init.eglfs', d), 'init', d)}"
 
-SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2.git;protocol=http;branch=${BRANCH} \
+SRC_URI = "git://git.ti.com/matrix-gui-v2/matrix-gui-v2.git;protocol=git;branch=${BRANCH} \
            file://${MATRIX_INITSCRIPT} \
            file://php.ini \
            ${@base_conditional('QT_PROVIDER', 'qt5', base_contains('DISTRO_FEATURES', 'wayland', '', 'file://0001-execute_command-Stop-matrix-when-running-a-GUI-demo.patch', d), '', d)} \
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 5/9] refresh-screen: Move SRC_URI to git.ti.com.
  2015-05-14 14:28 [PATCH 0/9] Switch remaining recipes from gitorious.org to git.ti.com Jacob Stiffler
                   ` (3 preceding siblings ...)
  2015-05-14 14:28 ` [PATCH 4/9] matrix-gui: " Jacob Stiffler
@ 2015-05-14 14:28 ` Jacob Stiffler
  2015-05-14 14:28 ` [PATCH 6/9] oprofile-example: " Jacob Stiffler
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-14 14:28 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../recipes-core/matrix/refresh-screen_2.0.bb      |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 09fad98..90f6ac5 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
@@ -14,7 +14,7 @@ PR = "r9"
 SRCREV = "4c8817e28ceed2dd886761e3ec1971b11436ba33"
 BRANCH ?= "master"
 
-SRC_URI = "git://gitorious.org/matrix-gui-v2/refresh-screen.git;protocol=http;branch=${BRANCH}"
+SRC_URI = "git://git.ti.com/matrix-gui-v2/refresh-screen.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 6/9] oprofile-example: Move SRC_URI to git.ti.com.
  2015-05-14 14:28 [PATCH 0/9] Switch remaining recipes from gitorious.org to git.ti.com Jacob Stiffler
                   ` (4 preceding siblings ...)
  2015-05-14 14:28 ` [PATCH 5/9] refresh-screen: " Jacob Stiffler
@ 2015-05-14 14:28 ` Jacob Stiffler
  2015-05-14 14:28 ` [PATCH 7/9] screenshot: " Jacob Stiffler
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-14 14:28 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../oprofile-example/oprofile-example_git.bb       |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 2e289b5..dbcf5b9 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 = "r4"
 BRANCH ?= "master"
 SRCREV = "066ecdab2bf0788eec253bf27fd44f7436f0cd04"
 
-SRC_URI = "git://gitorious.org/oprofile-example/oprofile-example.git;protocol=http;branch=${BRANCH}"
+SRC_URI = "git://git.ti.com/apps/oprofile-example.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 7/9] screenshot: Move SRC_URI to git.ti.com.
  2015-05-14 14:28 [PATCH 0/9] Switch remaining recipes from gitorious.org to git.ti.com Jacob Stiffler
                   ` (5 preceding siblings ...)
  2015-05-14 14:28 ` [PATCH 6/9] oprofile-example: " Jacob Stiffler
@ 2015-05-14 14:28 ` Jacob Stiffler
  2015-05-14 14:28 ` [PATCH 8/9] av-examples: " Jacob Stiffler
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-14 14:28 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../recipes-graphics/screenshot/screenshot_1.0.bb  |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 c02eab4..c10dc25 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=http;branch=${BRANCH}"
+SRC_URI = "git://git.ti.com/apps/screenshot.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 8/9] av-examples: Move SRC_URI to git.ti.com.
  2015-05-14 14:28 [PATCH 0/9] Switch remaining recipes from gitorious.org to git.ti.com Jacob Stiffler
                   ` (6 preceding siblings ...)
  2015-05-14 14:28 ` [PATCH 7/9] screenshot: " Jacob Stiffler
@ 2015-05-14 14:28 ` Jacob Stiffler
  2015-05-14 14:28 ` [PATCH 9/9] image-gallery: " Jacob Stiffler
  2015-05-14 16:46 ` [PATCH 0/9] Switch remaining recipes from gitorious.org " Denys Dmytriyenko
  9 siblings, 0 replies; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-14 14:28 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../av-examples/av-examples_1.0.bb                 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 10c5082..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=http;branch=${BRANCH}"
+SRC_URI = "git://git.ti.com/apps/av_examples.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 9/9] image-gallery: Move SRC_URI to git.ti.com.
  2015-05-14 14:28 [PATCH 0/9] Switch remaining recipes from gitorious.org to git.ti.com Jacob Stiffler
                   ` (7 preceding siblings ...)
  2015-05-14 14:28 ` [PATCH 8/9] av-examples: " Jacob Stiffler
@ 2015-05-14 14:28 ` Jacob Stiffler
  2015-05-14 16:46 ` [PATCH 0/9] Switch remaining recipes from gitorious.org " Denys Dmytriyenko
  9 siblings, 0 replies; 11+ messages in thread
From: Jacob Stiffler @ 2015-05-14 14:28 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 .../recipes-qt/qt-apps/image-gallery_git.bb        |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ec8f56e..bf1b0f7 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
@@ -13,7 +13,7 @@ PR = "r4"
 BRANCH = "master"
 SRCREV = "47a13167061e6e8bb44842104bd8bfbc230cf476"
 
-SRC_URI = "git://gitorious.org/image-gallery/image-gallery.git;protocol=http;branch=${BRANCH}"
+SRC_URI = "git://git.ti.com/matrix-gui-v2/image-gallery.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git/"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH 0/9] Switch remaining recipes from gitorious.org to git.ti.com
  2015-05-14 14:28 [PATCH 0/9] Switch remaining recipes from gitorious.org to git.ti.com Jacob Stiffler
                   ` (8 preceding siblings ...)
  2015-05-14 14:28 ` [PATCH 9/9] image-gallery: " Jacob Stiffler
@ 2015-05-14 16:46 ` Denys Dmytriyenko
  9 siblings, 0 replies; 11+ messages in thread
From: Denys Dmytriyenko @ 2015-05-14 16:46 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

Thanks, I have pretty much the same changes here locally, but I was holding on 
to pushing more changes until I get all the nightlies going on and stop 
failing in multimachine build. Still some issues, as last one has failed 
again...


On Thu, May 14, 2015 at 10:28:16AM -0400, Jacob Stiffler wrote:
> 
> Jacob Stiffler (9):
>   arm-benchmarks: Move SRC_URI to git.ti.com.
>   am-sysinfo: Move SRC_URI to git.ti.com.
>   matrix-gui-browser: Move SRC_URI to git.ti.com.
>   matrix-gui: Move SRC_URI to git.ti.com.
>   refresh-screen: Move SRC_URI to git.ti.com.
>   oprofile-example: Move SRC_URI to git.ti.com.
>   screenshot: Move SRC_URI to git.ti.com.
>   av-examples: Move SRC_URI to git.ti.com.
>   image-gallery: Move SRC_URI to git.ti.com.
> 
>  .../arm-benchmarks/arm-benchmarks_1.3.bb           |    2 +-
>  .../recipes-core/am-sysinfo/am-sysinfo_git.bb      |    2 +-
>  .../recipes-core/matrix/matrix-gui-browser_2.0.bb  |    2 +-
>  .../recipes-core/matrix/matrix-gui_2.0.bb          |    2 +-
>  .../recipes-core/matrix/refresh-screen_2.0.bb      |    2 +-
>  .../oprofile-example/oprofile-example_git.bb       |    2 +-
>  .../recipes-graphics/screenshot/screenshot_1.0.bb  |    2 +-
>  .../av-examples/av-examples_1.0.bb                 |    2 +-
>  .../recipes-qt/qt-apps/image-gallery_git.bb        |    2 +-
>  9 files changed, 9 insertions(+), 9 deletions(-)
> 
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-05-14 16:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-14 14:28 [PATCH 0/9] Switch remaining recipes from gitorious.org to git.ti.com Jacob Stiffler
2015-05-14 14:28 ` [PATCH 1/9] arm-benchmarks: Move SRC_URI " Jacob Stiffler
2015-05-14 14:28 ` [PATCH 2/9] am-sysinfo: " Jacob Stiffler
2015-05-14 14:28 ` [PATCH 3/9] matrix-gui-browser: " Jacob Stiffler
2015-05-14 14:28 ` [PATCH 4/9] matrix-gui: " Jacob Stiffler
2015-05-14 14:28 ` [PATCH 5/9] refresh-screen: " Jacob Stiffler
2015-05-14 14:28 ` [PATCH 6/9] oprofile-example: " Jacob Stiffler
2015-05-14 14:28 ` [PATCH 7/9] screenshot: " Jacob Stiffler
2015-05-14 14:28 ` [PATCH 8/9] av-examples: " Jacob Stiffler
2015-05-14 14:28 ` [PATCH 9/9] image-gallery: " Jacob Stiffler
2015-05-14 16:46 ` [PATCH 0/9] Switch remaining recipes from gitorious.org " Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.