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

Update the Toradex kernel recipe to Linux 4.1. This kernel version is based on the Toradex V2.5 Beta 1 release plus a NAND fix (hence the versioned as v2.5b1.1). Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 lines
445 B
BlitzBasic
14 lines
445 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.5b1.1"
|
|
SRCBRANCH = "toradex_vf_4.1"
|
|
SRCREV = "326879dda277c0b85f64bf66e071745b63c0f658"
|
|
DEPENDS += "lzop-native bc-native"
|
|
COMPATIBLE_MACHINE = "(vf)"
|