summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@nxp.com>2017-10-27 09:57:32 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-28 11:39:37 -0200
commitffe8be6c9a72fca8cfd98934b33def136d07cb1b (patch)
tree8c591709f8618f6a5b90d3d7ca9a452f4ba358f7 /recipes-bsp/u-boot
parent5be510bba16b3aa5b928cb1b92c76a50ffaf4865 (diff)
downloadmeta-freescale-ffe8be6c9a72fca8cfd98934b33def136d07cb1b.tar.gz
u-boot-imx: Change git repository URL
Change the git URL to Code Aurora as it mirrors the git.freescale.com. It also changes the branch name to the matching one. Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2017.03.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
index b0e5f9f2..63608749 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2017.03.bb
@@ -10,8 +10,8 @@ DEPENDS_append = "dtc-native"
10LICENSE = "GPLv2+" 10LICENSE = "GPLv2+"
11LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" 11LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
12 12
13SRCBRANCH = "imx_v2017.03_4.9.11_1.0.0_ga" 13SRCBRANCH = "nxp/imx_v2017.03_4.9.11_1.0.0_ga"
14SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;protocol=git;branch=${SRCBRANCH}" 14SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}"
15SRCREV = "a2fea67d3eb3092f19f250d53a4a27fa1a0c815f" 15SRCREV = "a2fea67d3eb3092f19f250d53a4a27fa1a0c815f"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"