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 <[email protected]> --- recipes-kernel/linux/linux-fslc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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" -- 2.1.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
