From: Dominic Sacré Date: Fri, 22 Apr 2016 20:49:29 +0000 (+0200) Subject: linux-fslc-imx-rt: Fix URL for patch 3.14.61-rt62 X-Git-Tag: 2.1~10 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6a0a871fd5fad3bce0c25e3fac2311a75dba1c58;p=meta-freescale.git 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é Signed-off-by: Otavio Salvador --- 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 \