summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc_4.1.bb
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-07-06 14:01:58 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-07 10:16:28 -0300
commit6af17e5ffcbeb711d0b5f0960892c1812391ab50 (patch)
treeaec54486bc3431bca647d17855e89c27ee615b4e /recipes-kernel/linux/linux-fslc_4.1.bb
parentde9be77cae260e99535640c10c944e60f0652edd (diff)
downloadmeta-fsl-arm-6af17e5ffcbeb711d0b5f0960892c1812391ab50.tar.gz
linux-fslc: Update to a Linux kernel 4.1-based fork
Update to the revision 665a389 which is based on the 4.1.1 stable release. It includes the following changes on top of it: 665a389 ARM: dts: cubox-i: add support for Broadcom Wifi/Bluetooth devices 7ce4321 ARM: imx_v6_v7_defconfig: Add Wireless support 209773b ARM: imx_v6_v7_defconfig: Select HCIUART_H4 5af747f ARM: dts: imx6sl-warp: Add changes for rev1.12 c057f36 ARM: dts: imx6sl-warp: Add the SD2_RESET pin 4b78c61 ARM: dts: imx6qdl-hummingboard: Add PCIe support 35d2348 ARM: dts: imx23-olinuxino: Add i2c support 1299e0b ARM: dts: imx23: Add i2c support 4ff7f5e ARM: dts: imx6qdl: move HDMI controller to right location in DT Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/linux/linux-fslc_4.1.bb')
-rw-r--r--recipes-kernel/linux/linux-fslc_4.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-fslc_4.1.bb b/recipes-kernel/linux/linux-fslc_4.1.bb
new file mode 100644
index 0000000..84edf11
--- /dev/null
+++ b/recipes-kernel/linux/linux-fslc_4.1.bb
@@ -0,0 +1,17 @@
1# Copyright (C) 2012-2015 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes"
5DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \
6provide support for some backported features and fixes, or because it was applied in linux-next \
7and takes some time to become part of a stable version, or because it is not applicable for \
8upstreaming."
9
10include linux-fslc.inc
11
12PV = "4.1+git${SRCPV}"
13
14SRCBRANCH = "patches-4.1"
15SRCREV = "665a389b8e62c444969ac65e3e0eda5d8c13ea24"
16
17COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)"