summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-02-06 12:24:47 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-02 22:49:07 -0300
commit7db8443643b2c13e6cafda1398f3e9f530632af8 (patch)
treee893cf872b875e103eedd842772df3be059f5b27 /recipes-kernel
parent1caced0a0ecb028ea0f112cd1e04f126ddff5cfe (diff)
downloadmeta-fsl-arm-7db8443643b2c13e6cafda1398f3e9f530632af8.tar.gz
linux-fslc.inc: Use linux-fslc.git repository
In old days, the repository was named linux-mainline.git but this has been changed long time ago. GitHub handles the rename gracefully but for consistency we ought to rename here as well. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc.inc b/recipes-kernel/linux/linux-fslc.inc
index 416956e..1501ae7 100644
--- a/recipes-kernel/linux/linux-fslc.inc
+++ b/recipes-kernel/linux/linux-fslc.inc
@@ -6,6 +6,6 @@ require recipes-kernel/linux/linux-dtb.inc
6 6
7DEPENDS += "lzop-native bc-native" 7DEPENDS += "lzop-native bc-native"
8 8
9SRC_URI = "git://github.com/Freescale/linux-mainline.git;branch=${SRCBRANCH} \ 9SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${SRCBRANCH} \
10 file://defconfig" 10 file://defconfig"
11LOCALVERSION = "-fslc" 11LOCALVERSION = "-fslc"