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-04-23 12:04:37 -0300
commit35e8cdabfa1473062f0101c5ad3698aa98a6ad65 (patch)
treef1fd38e30151615d9ab0461cee7eb5efeb364586
parentfd4c514ca5bac023d8d466b8f44a8d44042cc525 (diff)
downloadmeta-fsl-arm-35e8cdabfa1473062f0101c5ad3698aa98a6ad65.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. Change-Id: Id1b8a2c39400e45459d590b2de65fd37acbdadb7 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 02be73e..55147a6 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
@@ -11,7 +11,7 @@ PV .= "+git${SRCPV}"
11SRCBRANCH = "3.14-1.1.x-imx" 11SRCBRANCH = "3.14-1.1.x-imx"
12SRCREV = "327d5c9063b715c91a88655533d5e477a0afe218" 12SRCREV = "327d5c9063b715c91a88655533d5e477a0afe218"
13 13
14SRC_URI += " 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" 14SRC_URI += " 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"
15SRC_URI += " file://0001-fix-build.patch" 15SRC_URI += " file://0001-fix-build.patch"
16SRC_URI += " file://0003-no-split-ptlocks.patch" 16SRC_URI += " file://0003-no-split-ptlocks.patch"
17SRC_URI += " file://0004-imx-sdma-channel-use-raw-spinlock.patch" 17SRC_URI += " file://0004-imx-sdma-channel-use-raw-spinlock.patch"