meta-freescale-3rdparty/recipes-kernel/linux/linux-boundary_4.1.15.bb
Ian Coolidge a18e70f76b linux-boundary: Bump kernel version to 4.1.15_2.0.0
Kernel based on NXP 4.1.15_2.0.0_ga kernel release
Integrated Dirty Cow fix
Enabled missing prefetch engine for 6QP boards
Added SOM2_6QP support
ft5x06_ts fix for dual touch

Signed-off-by: Ian Coolidge <ian@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-12-16 17:03:26 -02:00

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
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 = "-2.0.0_ga+yocto"
SRCBRANCH = "boundary-imx_4.1.15_2.0.0_ga"
SRCREV = "0884c9509aa04c37e0aa0419cf63a859825a6edc"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite|nitrogen6sx|nitrogen7)"