]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-fslc.inc: Use linux-fslc.git repository
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 6 Feb 2015 14:24:47 +0000 (12:24 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 3 Apr 2015 01:49:07 +0000 (22:49 -0300)
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>
meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc

index 416956e7076a381898dccac1d1ae222c8c4d511f..1501ae7f14a552dc9353931e6cbb49e4d4aa2186 100644 (file)
@@ -6,6 +6,6 @@ require recipes-kernel/linux/linux-dtb.inc
 
 DEPENDS += "lzop-native bc-native"
 
-SRC_URI = "git://github.com/Freescale/linux-mainline.git;branch=${SRCBRANCH} \
+SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${SRCBRANCH} \
            file://defconfig"
 LOCALVERSION = "-fslc"