meta-freescale-3rdparty/recipes-kernel/linux/linux-toradex_4.1.bb
Stefan Agner 2c28e636ec linux-toradex: update stable 4.1 kernel
Update the Linux 4.1 Toradex branch to the latest version, containing
Toradex specific fixes as well as the latest version from the kernel.org
stable branches. This also updates defconfig, with notably also compiling
extcon support now which makes the USB OTG port work again.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-17 17:13:23 -03:00

14 lines
443 B
BlitzBasic

require recipes-kernel/linux/linux-imx.inc
require recipes-kernel/linux/linux-dtb.inc
SUMMARY = "Linux kernel for Toradex Colibri VFxx Computer on Modules"
SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH} \
file://defconfig"
LOCALVERSION = "-v2.5.1"
SRCBRANCH = "toradex_vf_4.1"
SRCREV = "39ac0033f2345ce7b5d8ca4439192407dacb2355"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(vf)"