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

Main update: Fix for Jethro for GCC 5.2 imx6qdl-nitrogen6x/max: Remove unused pwm3 for hdmi input Add: gslx680_ts imx6qdl-nit6xlite.dtsi: adjust touch screen settings for gslx680 tc358743_h2c: allow register write thru sysfs Signed-off-by: Ian Coolidge <ian@boundarydevices.com>
17 lines
628 B
BlitzBasic
17 lines
628 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.0_ga+yocto"
|
|
SRCBRANCH = "boundary-imx_3.14.28_1.0.0_ga"
|
|
SRCREV = "fee85e4ed0f2ff4035920ec1871e153ff31f1a72"
|
|
DEPENDS += "lzop-native bc-native"
|
|
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx)"
|