mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00

- Lots of additional (custom) boards - Fixes for Focaltech ft5x06 touch screen (10-points now) - RS-485 half-duplex and Rx/Tx LED support - Added fake power-down to blank displays during power-off - Added TC358743 HDMI input driver (via MIPI) - Added GS2971 driver (via CSI) - Fix RTC on nitrogen6x/6x-lite to kick-start on power-fail - Fix UART3 baud-rate mismatch bug - Update HDMI driver to default to "only CEA modes" Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
18 lines
640 B
BlitzBasic
18 lines
640 B
BlitzBasic
# Adapted from linux-imx.inc, copyright (C) 2013, 2014 O.S. Systems Software LTDA
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
require recipes-kernel/linux/linux-imx.inc
|
|
|
|
SUMMARY = "Linux kernel for Boundary Devices boards"
|
|
|
|
SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
|
|
file://ENGR00278350-gpu-viante-4.6.9p13-kernel-part-integra.patch \
|
|
file://defconfig"
|
|
|
|
LOCALVERSION = "-4.1.0+yocto"
|
|
SRCBRANCH = "boundary-imx_3.0.35_4.1.0"
|
|
SRCREV = "d9bc8a421bbcbd1860580e26833a20a375c951ef"
|
|
|
|
COMPATIBLE_MACHINE = "(mx6)"
|
|
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
|