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

Update git revision to match the latest Toradex BSP release V2.5. The kernel is based on the 4.1.15 release of upstream kernel with some new Vybrid specific fixes. 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.5b3"
|
|
SRCBRANCH = "toradex_vf_4.1"
|
|
SRCREV = "e6d111cd909551cec5902358db1e25dcaa8c86bb"
|
|
DEPENDS += "lzop-native bc-native"
|
|
COMPATIBLE_MACHINE = "(vf)"
|