diff options
author | Julio Cruz <jcsistemas2001@gmail.com> | 2016-02-29 10:21:16 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:06:34 -0300 |
commit | 393f232f8042997d27ab964e27c06bbf2e157822 (patch) | |
tree | 5ae015ae7b4fa0c6326a3cee20665c8477703831 /recipes-kernel | |
parent | 7c3ae4e6113e822c1d857385254f540020f8524a (diff) | |
download | meta-freescale-393f232f8042997d27ab964e27c06bbf2e157822.tar.gz |
linux-fslc-imx-rt: Update URL to fetch RT patch 3.14.61-rt62
This upgrades the patch from 3.14.58-rt59 to 3.14.61-rt62.
Change-Id: If3d0beb989723859bcfce5a95810fb3d8d9e340a
Signed-off-by: Julio Cruz <jcsistemas2001@gmail.com>
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.bb | 8 |
1 files changed, 4 insertions, 4 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 0a7bd36d..dcc49ccb 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,15 +11,15 @@ PV .= "+git${SRCPV}" | |||
11 | SRCBRANCH = "3.14-1.1.x-imx" | 11 | SRCBRANCH = "3.14-1.1.x-imx" |
12 | SRCREV = "327d5c9063b715c91a88655533d5e477a0afe218" | 12 | SRCREV = "327d5c9063b715c91a88655533d5e477a0afe218" |
13 | 13 | ||
14 | SRC_URI += "\ | 14 | SRC_URI += " \ |
15 | https://www.kernel.org/pub/linux/kernel/projects/rt/3.14/patch-3.14.58-rt59.patch.gz;name=rt-patch1 \ | 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 \ |
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 \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI[rt-patch1.md5sum] = "d4b380eab31878e607e92fec3e150e8f" | 21 | SRC_URI[patch-3.14.61-rt62.patch.md5sum] = "d275057ffe5e6dac3c3d8704773c0aee" |
22 | SRC_URI[rt-patch1.sha256sum] = "56c8a9fc6b1c11883ee40b4edc529d19cf9ba0855dd0d0878581900f51d60064" | 22 | SRC_URI[patch-3.14.61-rt62.patch.sha256sum] = "48df9b6e76f24aa1d6fcd5ab150d26830da35c630acba73bf8c81dd341c31951" |
23 | 23 | ||
24 | python () { | 24 | python () { |
25 | using_builtin_driver = (d.getVar("MACHINE_USES_VIVANTE_KERNEL_DRIVER_MODULE", True) or "") != "1" | 25 | using_builtin_driver = (d.getVar("MACHINE_USES_VIVANTE_KERNEL_DRIVER_MODULE", True) or "") != "1" |