summaryrefslogtreecommitdiffstats
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-05-07 10:07:46 -0300
commit6a0a871fd5fad3bce0c25e3fac2311a75dba1c58 (patch)
tree5be7e50432884118847bd02e79f5e2e8e8bbeefd
parent376de5ee0ecd5d98659a48fa518f6f862a38b47e (diff)
downloadmeta-freescale-6a0a871fd5fad3bce0c25e3fac2311a75dba1c58.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>
-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 dcc49ccb..450fc5b4 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 \