Module: meta-ti Branch: master Commit: 79d34baabe3ea1d3ddf92e40236dabf32c5368ed URL: http://arago-project.org/git/meta-ti.git?a=commit;h=79d34baabe3ea1d3ddf92e40236dabf32c5368ed
Author: Robert P. J. Day <[email protected]> Date: Tue Nov 20 13:09:11 2012 -0500 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 <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-bsp/u-boot/u-boot_2011.06.bb | 2 +- recipes-bsp/u-boot/u-boot_2011.09.bb | 2 +- recipes-bsp/u-boot/u-boot_2011.12.bb | 2 +- 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 21f47d6..4fa8f07 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 # No patches for other machines yet COMPATIBLE_MACHINE = "(beagleboard)" -SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \ +SRC_URI = "git://git.denx.de/u-boot.git;protocol=git \ file://2011.06/0001-OMAP3-Beagle-Pin-Mux-initialization-glitch-fix.patch \ file://2011.06/0002-OMAP-Remove-omapfb.debug-y-from-Beagle-and-Overo-env.patch \ 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 b164c77..edacb6c 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" # No patches for other machines yet COMPATIBLE_MACHINE = "(beagleboard)" -SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \ +SRC_URI = "git://git.denx.de/u-boot.git;protocol=git \ file://2011.09/0001-omap3-mem-Comment-enable_gpmc_cs_config-more.patch \ file://2011.09/0002-OMAP3-Update-SDRC-dram_init-to-always-call-make_cs1_.patch \ 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 45c64a6..137f5b5 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 = "" FWENV_beagleboard = "file://fw_env.config" FWENV = "" -SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git \ +SRC_URI = "git://git.denx.de/u-boot.git;protocol=git \ file://2011.12/0001-beagleboard-mount-rootfs-RO-instead-of-RW-at-boot.patch \ file://2011.12/0002-beagleboard-add-support-for-TCT-Beacon-board.patch \ file://2011.12/0003-beagleboard-add-support-for-scanning-loop-through-ex.patch \ _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
