summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-12-16 13:02:34 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2018-04-02 10:23:05 -0300
commitec8375857e56efc1f70464eabde7c3e3cbdb60f8 (patch)
treecf41e0b08fa79a7593540636d0ca0956621e7c14 /recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb
parent1e66b88a17babf916a1c4d7fef4f5f006a9b4874 (diff)
downloadmeta-freescale-ec8375857e56efc1f70464eabde7c3e3cbdb60f8.tar.gz
linux-fslc-imx: Update to 4.9-1.0.x GA based fork
This updates the kernel fork for the 4.9-1.0.x-imx branch, merges the 4.9.67 stable release on top of it and apply following changes: - ARM: dts: imx6ull: include all needed definitions - ASoC: sgtl5000: Allow LRCLK pad drive strength to be changed - video: fbdev: mxsfb: honor native-mode - video: mxsfb: simplify parsing - dmaengine: Kconfig: Extend the dependency for MXS_DMA - video: fbdev: mxsfb: fix pixelclock polarity - video: mxsfb: add compile dependencies - chipidea: make usb charger optional Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb b/recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb
new file mode 100644
index 00000000..aff27bbf
--- /dev/null
+++ b/recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb
@@ -0,0 +1,16 @@
1# Copyright (C) 2015, 2017 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "FSL Community BSP i.MX Linux kernel with backported features and fixes"
5DESCRIPTION = "Linux kernel based on NXP 4.9.11-1.0.0 GA release, used by FSL Community BSP in order to \
6provide support for i.MX based platforms and include official Linux kernel stable updates, backported \
7features and fixes coming from the vendors, kernel community or FSL Community itself."
8
9include linux-fslc.inc
10
11PV .= "+git${SRCPV}"
12
13SRCBRANCH = "4.9-1.0.x-imx"
14SRCREV = "953c6e30c9701fda69ef08e2476c541dc4fb1453"
15
16COMPATIBLE_MACHINE = "(mx6|mx7)"