diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2015-02-06 12:24:47 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-04-02 22:49:07 -0300 |
| commit | d63ba3758c472bcbe8b6344b7a166982394130b7 (patch) | |
| tree | 9aa22c5fa881534e0689651dadd80b5ad7d01dcf | |
| parent | 220d1db8fd0bd00d681a27877ee654a9e1811af7 (diff) | |
| download | meta-freescale-d63ba3758c472bcbe8b6344b7a166982394130b7.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>
| -rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc b/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc index 416956e70..1501ae7f1 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc +++ b/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc | |||
| @@ -6,6 +6,6 @@ require recipes-kernel/linux/linux-dtb.inc | |||
| 6 | 6 | ||
| 7 | DEPENDS += "lzop-native bc-native" | 7 | DEPENDS += "lzop-native bc-native" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/Freescale/linux-mainline.git;branch=${SRCBRANCH} \ | 9 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${SRCBRANCH} \ |
| 10 | file://defconfig" | 10 | file://defconfig" |
| 11 | LOCALVERSION = "-fslc" | 11 | LOCALVERSION = "-fslc" |
