mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-05 05:15:24 +02:00

This update contains a set of back-ports of patches from the boundary-imx_3.10.17_1.0.2_ga tree as described in commitsd97ad3b
and0e92e1f
. https://github.com/Freescale/meta-fsl-arm-extra/commit/d97ad3b https://github.com/Freescale/meta-fsl-arm-extra/commit/0e92e1f The first set is the focus of this update, since it contains important fixes for LCD output. The second contains a long list of updates to various drivers. Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
18 lines
645 B
BlitzBasic
18 lines
645 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
|
|
require recipes-kernel/linux/linux-dtb.inc
|
|
|
|
SUMMARY = "Linux kernel for Boundary Devices boards"
|
|
|
|
SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
|
|
file://defconfig"
|
|
|
|
LOCALVERSION = "-1.0.1_ga+yocto"
|
|
SRCBRANCH = "boundary-imx_3.10.17_1.0.1_ga"
|
|
SRCREV = "120f379a86940e789c1ff7d7c7ad56ca84ccc1b9"
|
|
DEPENDS += "lzop-native bc-native"
|
|
COMPATIBLE_MACHINE = "(mx6)"
|
|
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
|