summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_3.14.52.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-imx_3.14.52.bb')
-rw-r--r--recipes-kernel/linux/linux-imx_3.14.52.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-imx_3.14.52.bb b/recipes-kernel/linux/linux-imx_3.14.52.bb
new file mode 100644
index 00000000..bd54de2b
--- /dev/null
+++ b/recipes-kernel/linux/linux-imx_3.14.52.bb
@@ -0,0 +1,23 @@
1# Copyright (C) 2013-2015 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "Linux Kernel provided and supported by Freescale"
5DESCRIPTION = "Linux Kernel provided and supported by Freescale with focus on \
6i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU and IPU."
7
8require recipes-kernel/linux/linux-imx.inc
9require recipes-kernel/linux/linux-dtb.inc
10
11DEPENDS += "lzop-native bc-native"
12
13SRCBRANCH = "imx_3.14.52_1.1.0_ga"
14LOCALVERSION = "-1.1.0_ga"
15SRCREV = "5f6f0a50e6039370078369ddf380179d59024789"
16
17SRC_URI += " \
18 file://0004-mmc-sdhci-esdhc-imx-Fixup-runtime-PM-conditions-duri.patch \
19"
20
21DEFAULT_PREFERENCE = "1"
22
23COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"