From 6a0a871fd5fad3bce0c25e3fac2311a75dba1c58 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dominic=20Sacr=C3=A9?= Date: Fri, 22 Apr 2016 22:49:29 +0200 Subject: [PATCH] linux-fslc-imx-rt: Fix URL for patch 3.14.61-rt62 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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é Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-fslc-imx-rt_3.14-1.1.x.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" SRCREV = "327d5c9063b715c91a88655533d5e477a0afe218" SRC_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 \ + 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 \ file://0001-fix-build.patch \ file://0003-no-split-ptlocks.patch \ file://0004-imx-sdma-channel-use-raw-spinlock.patch \ -- 2.40.1