summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDominic Sacré <dominic.sacre@gmx.de>2016-04-22 22:49:29 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-23 11:53:24 -0300
commit656347303babdd56f5a9250159a8b64e25bcbb68 (patch)
tree21a377937715f8d205a3e7becada9e5916270d62 /recipes-kernel
parent305b89e0511dc5fd1e0527006f5079add978433d (diff)
downloadmeta-fsl-arm-656347303babdd56f5a9250159a8b64e25bcbb68.tar.gz
linux-fslc-imx-rt: Fix URL for patch 3.14.61-rt62
Update the URL because patch-3.14.61-rt62.patch.gz got moved to the 'older' subdirectory. The -rt patches are published in the projects/rt/3.14 directory, and are then moved to projects/rt/3.14/older when the next version of the patch is released. Previous versions of this recipe intentionally used "older" patches (even when the latest one would apply) specifically because the URLs remain stable that way. This got broken in the update to 3.14.52-1.1.0 GA. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx-rt_3.14-1.1.x.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx-rt_3.14-1.1.x.bb b/recipes-kernel/linux/linux-fslc-imx-rt_3.14-1.1.x.bb
index dcc49cc..450fc5b 100644
--- a/recipes-kernel/linux/linux-fslc-imx-rt_3.14-1.1.x.bb
+++ b/recipes-kernel/linux/linux-fslc-imx-rt_3.14-1.1.x.bb
@@ -12,7 +12,7 @@ SRCBRANCH = "3.14-1.1.x-imx"
12SRCREV = "327d5c9063b715c91a88655533d5e477a0afe218" 12SRCREV = "327d5c9063b715c91a88655533d5e477a0afe218"
13 13
14SRC_URI += " \ 14SRC_URI += " \
15 https://www.kernel.org/pub/linux/kernel/projects/rt/3.14/patch-3.14.61-rt62.patch.gz;name=patch-3.14.61-rt62.patch \ 15 https://www.kernel.org/pub/linux/kernel/projects/rt/3.14/older/patch-3.14.61-rt62.patch.gz;name=patch-3.14.61-rt62.patch \
16 file://0001-fix-build.patch \ 16 file://0001-fix-build.patch \
17 file://0003-no-split-ptlocks.patch \ 17 file://0003-no-split-ptlocks.patch \
18 file://0004-imx-sdma-channel-use-raw-spinlock.patch \ 18 file://0004-imx-sdma-channel-use-raw-spinlock.patch \