* [Buildroot] [PATCH 1/2] configs/altera_socdk_defconfig: use http access for u-boot/linux git repos
@ 2016-03-09 11:58 Peter Korsgaard
2016-03-09 11:58 ` [Buildroot] [PATCH 2/2] configs/altera_sockit_defconfig: " Peter Korsgaard
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Peter Korsgaard @ 2016-03-09 11:58 UTC (permalink / raw)
To: buildroot
Fixes:
https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/114650743
git:// access to git.rocketboards.org has been failing for a while, and
git:// is sometimes not allowed through corporate firewalls, so change to
git-over-http instead.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
configs/altera_socdk_defconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/altera_socdk_defconfig b/configs/altera_socdk_defconfig
index 6b05a27..a7b78ca 100644
--- a/configs/altera_socdk_defconfig
+++ b/configs/altera_socdk_defconfig
@@ -14,7 +14,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_LINUX_KERNEL_INTREE_DTS_NAME)"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
-BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.rocketboards.org/linux-socfpga.git"
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="http://git.rocketboards.org/linux-socfpga.git"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_socfpga-3.13_14.02.02"
BR2_LINUX_KERNEL_DEFCONFIG="socfpga"
BR2_LINUX_KERNEL_ZIMAGE=y
@@ -27,7 +27,7 @@ BR2_TARGET_ROOTFS_EXT2_3=y
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="socfpga_cyclone5"
BR2_TARGET_UBOOT_CUSTOM_GIT=y
-BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://git.rocketboards.org/u-boot-socfpga.git"
+BR2_TARGET_UBOOT_CUSTOM_REPO_URL="http://git.rocketboards.org/u-boot-socfpga.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_socfpga_v2013.01.01_14.02.02"
BR2_TARGET_UBOOT_FORMAT_IMG=y
BR2_TARGET_UBOOT_SPL=y
--
2.7.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] configs/altera_sockit_defconfig: use http access for u-boot/linux git repos
2016-03-09 11:58 [Buildroot] [PATCH 1/2] configs/altera_socdk_defconfig: use http access for u-boot/linux git repos Peter Korsgaard
@ 2016-03-09 11:58 ` Peter Korsgaard
2016-03-10 20:26 ` Peter Korsgaard
2016-03-09 12:00 ` [Buildroot] [PATCH 1/2] configs/altera_socdk_defconfig: " Peter Korsgaard
2016-03-10 20:26 ` Peter Korsgaard
2 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2016-03-09 11:58 UTC (permalink / raw)
To: buildroot
Fixes:
https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/114650744
git:// access to git.rocketboards.org has been failing for a while, and
git:// is sometimes not allowed through corporate firewalls, so change to
git-over-http instead.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
configs/altera_sockit_defconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/altera_sockit_defconfig b/configs/altera_sockit_defconfig
index 6bd3a71..1ababaa 100644
--- a/configs/altera_sockit_defconfig
+++ b/configs/altera_sockit_defconfig
@@ -15,7 +15,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_LINUX_KERNEL_INTREE_DTS_NAME)"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
-BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.rocketboards.org/linux-socfpga.git"
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="http://git.rocketboards.org/linux-socfpga.git"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_socfpga-3.13_14.02.02"
BR2_LINUX_KERNEL_DEFCONFIG="socfpga"
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
@@ -28,7 +28,7 @@ BR2_TARGET_ROOTFS_EXT2_3=y
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="socfpga_cyclone5"
BR2_TARGET_UBOOT_CUSTOM_GIT=y
-BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://git.rocketboards.org/u-boot-socfpga.git"
+BR2_TARGET_UBOOT_CUSTOM_REPO_URL="http://git.rocketboards.org/u-boot-socfpga.git"
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_acds13.0sp1"
BR2_TARGET_UBOOT_PATCH="board/altera/sockit"
BR2_TARGET_UBOOT_FORMAT_IMG=y
--
2.7.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/2] configs/altera_socdk_defconfig: use http access for u-boot/linux git repos
2016-03-09 11:58 [Buildroot] [PATCH 1/2] configs/altera_socdk_defconfig: use http access for u-boot/linux git repos Peter Korsgaard
2016-03-09 11:58 ` [Buildroot] [PATCH 2/2] configs/altera_sockit_defconfig: " Peter Korsgaard
@ 2016-03-09 12:00 ` Peter Korsgaard
2016-03-10 20:26 ` Peter Korsgaard
2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2016-03-09 12:00 UTC (permalink / raw)
To: buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> Fixes:
> https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/114650743
> git:// access to git.rocketboards.org has been failing for a while, and
> git:// is sometimes not allowed through corporate firewalls, so change to
> git-over-http instead.
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
FYI, I've also copied the tarballs to sources.buildroot.org now, so the
defconfigs should no longer break if git.rocketboards.org is down.
--
Venlig hilsen,
Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/2] configs/altera_socdk_defconfig: use http access for u-boot/linux git repos
2016-03-09 11:58 [Buildroot] [PATCH 1/2] configs/altera_socdk_defconfig: use http access for u-boot/linux git repos Peter Korsgaard
2016-03-09 11:58 ` [Buildroot] [PATCH 2/2] configs/altera_sockit_defconfig: " Peter Korsgaard
2016-03-09 12:00 ` [Buildroot] [PATCH 1/2] configs/altera_socdk_defconfig: " Peter Korsgaard
@ 2016-03-10 20:26 ` Peter Korsgaard
2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2016-03-10 20:26 UTC (permalink / raw)
To: buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> Fixes:
> https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/114650743
> git:// access to git.rocketboards.org has been failing for a while, and
> git:// is sometimes not allowed through corporate firewalls, so change to
> git-over-http instead.
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Committed, thanks.
--
Venlig hilsen,
Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] configs/altera_sockit_defconfig: use http access for u-boot/linux git repos
2016-03-09 11:58 ` [Buildroot] [PATCH 2/2] configs/altera_sockit_defconfig: " Peter Korsgaard
@ 2016-03-10 20:26 ` Peter Korsgaard
0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2016-03-10 20:26 UTC (permalink / raw)
To: buildroot
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
> Fixes:
> https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/114650744
> git:// access to git.rocketboards.org has been failing for a while, and
> git:// is sometimes not allowed through corporate firewalls, so change to
> git-over-http instead.
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Committed, thanks.
--
Venlig hilsen,
Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-03-10 20:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-09 11:58 [Buildroot] [PATCH 1/2] configs/altera_socdk_defconfig: use http access for u-boot/linux git repos Peter Korsgaard
2016-03-09 11:58 ` [Buildroot] [PATCH 2/2] configs/altera_sockit_defconfig: " Peter Korsgaard
2016-03-10 20:26 ` Peter Korsgaard
2016-03-09 12:00 ` [Buildroot] [PATCH 1/2] configs/altera_socdk_defconfig: " Peter Korsgaard
2016-03-10 20:26 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox