summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-11-20 13:09:11 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-03-04 12:42:37 -0500
commit79d34baabe3ea1d3ddf92e40236dabf32c5368ed (patch)
tree6aedee72076ba36b692b6742da07996dc257bddb
parent79e90aebdbe897f5686cf86e874cf702cea5f027 (diff)
downloadmeta-ti-79d34baabe3ea1d3ddf92e40236dabf32c5368ed.tar.gz
u-boot: unify denx.de SRC_URIs to match all others
Every other u-boot git SRC_URI has a different value, so make the odd ones out consistent with the rest, as in: -SRC_URI = "git://www.denx.de/git/u-boot.git ... +SRC_URI = "git://git.denx.de/u-boot.git ... Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.06.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.09.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.12.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.06.bb b/recipes-bsp/u-boot/u-boot_2011.06.bb
index 21f47d63..4fa8f071 100644
--- a/recipes-bsp/u-boot/u-boot_2011.06.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.06.bb
@@ -3,7 +3,7 @@ require u-boot.inc
3# No patches for other machines yet 3# No patches for other machines yet
4COMPATIBLE_MACHINE = "(beagleboard)" 4COMPATIBLE_MACHINE = "(beagleboard)"
5 5
6SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \ 6SRC_URI = "git://git.denx.de/u-boot.git;protocol=git \
7 file://2011.06/0001-OMAP3-Beagle-Pin-Mux-initialization-glitch-fix.patch \ 7 file://2011.06/0001-OMAP3-Beagle-Pin-Mux-initialization-glitch-fix.patch \
8 file://2011.06/0002-OMAP-Remove-omapfb.debug-y-from-Beagle-and-Overo-env.patch \ 8 file://2011.06/0002-OMAP-Remove-omapfb.debug-y-from-Beagle-and-Overo-env.patch \
9 file://2011.06/0003-OMAP3-beagle-pass-expansionboard-name-in-bootargs.patch \ 9 file://2011.06/0003-OMAP3-beagle-pass-expansionboard-name-in-bootargs.patch \
diff --git a/recipes-bsp/u-boot/u-boot_2011.09.bb b/recipes-bsp/u-boot/u-boot_2011.09.bb
index b164c777..edacb6cc 100644
--- a/recipes-bsp/u-boot/u-boot_2011.09.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.09.bb
@@ -10,7 +10,7 @@ UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
10# No patches for other machines yet 10# No patches for other machines yet
11COMPATIBLE_MACHINE = "(beagleboard)" 11COMPATIBLE_MACHINE = "(beagleboard)"
12 12
13SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \ 13SRC_URI = "git://git.denx.de/u-boot.git;protocol=git \
14 file://2011.09/0001-omap3-mem-Comment-enable_gpmc_cs_config-more.patch \ 14 file://2011.09/0001-omap3-mem-Comment-enable_gpmc_cs_config-more.patch \
15 file://2011.09/0002-OMAP3-Update-SDRC-dram_init-to-always-call-make_cs1_.patch \ 15 file://2011.09/0002-OMAP3-Update-SDRC-dram_init-to-always-call-make_cs1_.patch \
16 file://2011.09/0003-OMAP3-Add-a-helper-function-to-set-timings-in-SDRC.patch \ 16 file://2011.09/0003-OMAP3-Add-a-helper-function-to-set-timings-in-SDRC.patch \
diff --git a/recipes-bsp/u-boot/u-boot_2011.12.bb b/recipes-bsp/u-boot/u-boot_2011.12.bb
index 45c64a68..137f5b50 100644
--- a/recipes-bsp/u-boot/u-boot_2011.12.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.12.bb
@@ -19,7 +19,7 @@ CACHEFIX_omap4 = ""
19FWENV_beagleboard = "file://fw_env.config" 19FWENV_beagleboard = "file://fw_env.config"
20FWENV = "" 20FWENV = ""
21 21
22SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \ 22SRC_URI = "git://git.denx.de/u-boot.git;protocol=git \
23 file://2011.12/0001-beagleboard-mount-rootfs-RO-instead-of-RW-at-boot.patch \ 23 file://2011.12/0001-beagleboard-mount-rootfs-RO-instead-of-RW-at-boot.patch \
24 file://2011.12/0002-beagleboard-add-support-for-TCT-Beacon-board.patch \ 24 file://2011.12/0002-beagleboard-add-support-for-TCT-Beacon-board.patch \
25 file://2011.12/0003-beagleboard-add-support-for-scanning-loop-through-ex.patch \ 25 file://2011.12/0003-beagleboard-add-support-for-scanning-loop-through-ex.patch \