meta-freescale-3rdparty/recipes-kernel/linux/linux-boundary_3.10.17.bb
Eric Nelson 794e46e0b0 linux-boundary (3.10.17): bump SRCREV to 4da158a
Update kernel to Boundary Devices' latest.

The only notable updates in this release are the addition of a device
tree for use with Boundary Devices Nitrogen6_VM board and the
addition of USB OTG cable detection through CONFIG_EXTCON.

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-06-01 20:50:10 -03:00

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.2_ga+yocto"
SRCBRANCH = "boundary-imx_3.10.17_1.0.2_ga"
SRCREV = "4da158a18c783310af9891a87e45c35077a97e32"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(mx6)"
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"