diff options
author | Daiane Angolini <daiane.angolini@nxp.com> | 2017-10-27 09:57:31 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-28 11:39:37 -0200 |
commit | 5be510bba16b3aa5b928cb1b92c76a50ffaf4865 (patch) | |
tree | bc0bc22647db3750581ef2781be0bdd592a1b8ea | |
parent | db733d9211b3b910dc7eb7c75241de524ee27213 (diff) | |
download | meta-freescale-5be510bba16b3aa5b928cb1b92c76a50ffaf4865.tar.gz |
linux-imx: Change git repository URL
The git.freescale.com repository has been facing critical fetch issues,
this patch uses source.codeaurora.org because it's a mirror for this
kernel provider version.
Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-kernel/linux/linux-imx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-imx.inc b/recipes-kernel/linux/linux-imx.inc index b13363e1..9a8a035f 100644 --- a/recipes-kernel/linux/linux-imx.inc +++ b/recipes-kernel/linux/linux-imx.inc | |||
@@ -11,7 +11,7 @@ LOCALVERSION ?= "" | |||
11 | SCMVERSION ?= "y" | 11 | SCMVERSION ?= "y" |
12 | SRCBRANCH ?= "" | 12 | SRCBRANCH ?= "" |
13 | 13 | ||
14 | SRC_URI = "git://git.freescale.com/imx/linux-imx.git;branch=${SRCBRANCH} \ | 14 | SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx;protocol=https;branch=${SRCBRANCH} \ |
15 | file://defconfig \ | 15 | file://defconfig \ |
16 | " | 16 | " |
17 | 17 | ||