summaryrefslogtreecommitdiff
path: root/configs/altera_sockit_defconfig
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-03-09 12:58:32 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-03-10 21:22:47 +0100
commit078708ba8d24c6a3c4053af194337dad84a3b905 (patch)
treee1ba8b0e77ca8186bae43b0acb7054c97063e19a /configs/altera_sockit_defconfig
parent9415c5663525b54d3a6abb9325974ca2f02f9736 (diff)
configs/altera_sockit_defconfig: use http access for u-boot/linux git repos
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>
Diffstat (limited to 'configs/altera_sockit_defconfig')
-rw-r--r--configs/altera_sockit_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/altera_sockit_defconfig b/configs/altera_sockit_defconfig
index 6bd3a7150..1ababaacf 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