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

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>
14 lines
443 B
BlitzBasic
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)"
|