diff options
author | Dominic Sacré <dominic.sacre@gmx.de> | 2017-02-08 00:26:54 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-02-08 21:43:22 -0200 |
commit | a2741b3eec46cc775a371989d75e01b29508c5b4 (patch) | |
tree | 94eb8487b2643e1d27a99b381166685556c38d1d /recipes-kernel | |
parent | b43ebdca017ded01f4edcec33bda9bbc1594d126 (diff) | |
download | meta-freescale-a2741b3eec46cc775a371989d75e01b29508c5b4.tar.gz |
linux-fslc-imx-rt: Bump revision to ee67fc7e072d
Align version with linux-fslc-imx recipe, and update RT patch to
4.1.37-rt43.
This also fixes a build failure, because the checksum of the previous
version of the compressed RT patch had changed on the server.
Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx-rt_4.1-2.0.x.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx-rt_4.1-2.0.x.bb b/recipes-kernel/linux/linux-fslc-imx-rt_4.1-2.0.x.bb index 10610a5a..514b3d89 100644 --- a/recipes-kernel/linux/linux-fslc-imx-rt_4.1-2.0.x.bb +++ b/recipes-kernel/linux/linux-fslc-imx-rt_4.1-2.0.x.bb | |||
@@ -9,18 +9,18 @@ include linux-fslc.inc | |||
9 | PV .= "+git${SRCPV}" | 9 | PV .= "+git${SRCPV}" |
10 | 10 | ||
11 | SRCBRANCH = "4.1-2.0.x-imx" | 11 | SRCBRANCH = "4.1-2.0.x-imx" |
12 | SRCREV = "176c482f56cd9c523829ceb6bce5c28d3cc6d1c0" | 12 | SRCREV = "ee67fc7e072df596577e3a4e4fce7b51816d4b0a" |
13 | 13 | ||
14 | SRC_URI += " \ | 14 | SRC_URI += " \ |
15 | https://www.kernel.org/pub/linux/kernel/projects/rt/4.1/older/patch-4.1.35-rt41.patch.gz;name=rt-patch \ | 15 | https://www.kernel.org/pub/linux/kernel/projects/rt/4.1/older/patch-4.1.37-rt43.patch.gz;name=rt-patch \ |
16 | file://0001-fix-build.patch \ | 16 | file://0001-fix-build.patch \ |
17 | file://0002-no-split-ptlocks.patch \ | 17 | file://0002-no-split-ptlocks.patch \ |
18 | file://0003-Work-around-CPU-stalls-in-the-imx-sdma-driver.patch \ | 18 | file://0003-Work-around-CPU-stalls-in-the-imx-sdma-driver.patch \ |
19 | file://0004-export-swait-locked-functions.patch \ | 19 | file://0004-export-swait-locked-functions.patch \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI[rt-patch.md5sum] = "6dd1193203cdf6a1a4758fc8baf07a4a" | 22 | SRC_URI[rt-patch.md5sum] = "9a97ddbfa51b01a70ae063258fea76ab" |
23 | SRC_URI[rt-patch.sha256sum] = "427e736022e59f83c9489eda889559fcd4fe4abb5646570ade32f2128f2fa725" | 23 | SRC_URI[rt-patch.sha256sum] = "0f77da50f3ef891af67639257b9cfa0f32f69a9cc945947453ee5fd7c1789fb9" |
24 | 24 | ||
25 | 25 | ||
26 | COMPATIBLE_MACHINE = "(mx6|mx7)" | 26 | COMPATIBLE_MACHINE = "(mx6|mx7)" |