summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_3.14.28.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-15 17:14:27 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-16 15:01:29 -0300
commitf8517afc7a5ada4538b3b7d397fa32586d57ffe5 (patch)
tree79349f091306d1760fd4687e62336ffa8fb8c721 /recipes-kernel/linux/linux-imx_3.14.28.bb
parentc92b415d653afc55f33b6b93fb9248193bfd4fa0 (diff)
downloadmeta-freescale-f8517afc7a5ada4538b3b7d397fa32586d57ffe5.tar.gz
Move meta-fsl-arm content to layer root
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/linux/linux-imx_3.14.28.bb')
-rw-r--r--recipes-kernel/linux/linux-imx_3.14.28.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-imx_3.14.28.bb b/recipes-kernel/linux/linux-imx_3.14.28.bb
new file mode 100644
index 00000000..ba6f99af
--- /dev/null
+++ b/recipes-kernel/linux/linux-imx_3.14.28.bb
@@ -0,0 +1,25 @@
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.28_1.0.0_ga"
14LOCALVERSION = "-1.0.0_ga"
15SRCREV = "91cf351a2afc17ac4a260e4d2ad1e32d00925a1b"
16
17SRC_URI += " \
18 file://0001-ARM-imx6q-drop-unnecessary-semicolon.patch \
19 file://0002-ARM-clk-imx6q-fix-video-divider-for-rev-T0-1.0.patch \
20 file://0003-ARM-imx6sl-Disable-imx6sl-specific-code-when-imx6sl-.patch \
21 file://0004-mmc-sdhci-esdhc-imx-Fixup-runtime-PM-conditions-duri.patch \
22 file://0005-Revert-net-fec-fix-the-warning-found-by-dma-debug.patch \
23"
24
25COMPATIBLE_MACHINE = "(mx6)"