summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx-rt_3.10.31.bb
diff options
context:
space:
mode:
authorJacob Kroon <jacob.kroon@mikrodidakt.se>2014-12-21 23:38:11 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2014-12-22 10:13:54 -0200
commit57fd9988d3e96ba3e80c56c4f04ad72746dd1215 (patch)
tree5117c84880284b89b4ced1873d0330d089c809d4 /recipes-kernel/linux/linux-imx-rt_3.10.31.bb
parentf69b21d39feca9a4d71d53980fc5c9917ba6c5ac (diff)
downloadmeta-fsl-arm-57fd9988d3e96ba3e80c56c4f04ad72746dd1215.tar.gz
linux-imx-rt: Upgrade to 3.10.31-1.1.0 Beta 2
Rebase onto kernel 3.10.31-1.1.0 Beta 2 from Freescale, plus clock patch from Gary Bisson. Except the kernel update there are no significant changes other than refreshing patches and aligning defconfig. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/linux/linux-imx-rt_3.10.31.bb')
-rw-r--r--recipes-kernel/linux/linux-imx-rt_3.10.31.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-imx-rt_3.10.31.bb b/recipes-kernel/linux/linux-imx-rt_3.10.31.bb
new file mode 100644
index 0000000..7724b7b
--- /dev/null
+++ b/recipes-kernel/linux/linux-imx-rt_3.10.31.bb
@@ -0,0 +1,27 @@
1# Adapted from linux-imx_3.10.31.bb
2
3SUMMARY = "Linux real-time kernel based on linux-imx"
4DESCRIPTION = "Linux kernel that is based on Freescale's linux-imx, \
5with added real-time capabilities."
6
7require recipes-kernel/linux/linux-imx.inc
8require recipes-kernel/linux/linux-dtb.inc
9
10DEPENDS += "lzop-native bc-native"
11
12SRCBRANCH = "imx_3.10.31_1.1.0_beta2"
13SRCREV = "30ad12bdf93050a5bae1345bd40dba5f2d63f70f"
14LOCALVERSION = "-1.1.0_beta2"
15
16SRC_URI += "\
17 file://0001-ARM-clk-imx6q-fix-video-divider-for-revision-1.0-of-.patch \
18 https://www.kernel.org/pub/linux/kernel/projects/rt/3.10/older/patch-3.10.27-rt25.patch.gz;name=rt-patch1 \
19 file://0001-fix-build.patch \
20 file://0002-fix-build-with-rt-enabled.patch \
21 file://0003-no-split-ptlocks.patch \
22"
23
24SRC_URI[rt-patch1.md5sum] = "aa231425f2a43220b5e8dbb057c7e5f9"
25SRC_URI[rt-patch1.sha256sum] = "5fbee5cdf260db9b7751651ab141fb59f46d68c7aecfc32e81a2b5d702f47aac"
26
27COMPATIBLE_MACHINE = "(mx6)"