meta-freescale-3rdparty/recipes-kernel/linux/linux-toradex_4.4.bb
Max Krummenacher e59062bd68 vf: follow SoC override changes also for vybrid
- Drop the sub SoC family vf50 and vf60 in favour of using only vf
- Use the now generated vf-*-bsp overrides

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2022-06-23 11:03:39 +02:00

21 lines
589 B
BlitzBasic

require recipes-kernel/linux/linux-imx.inc
SUMMARY = "Linux kernel for Toradex Colibri VFxx Computer on Modules"
SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH}"
KBUILD_DEFCONFIG ?= "colibri_vf_defconfig"
KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"
LOCALVERSION = "-0.0.0"
PV:append = "+git${SRCPV}"
LINUX_VERSION = "4.4.291"
SRCBRANCH = "toradex_vf_4.4"
SRCREV = "4a0abd7dd466276ee3fdf79b54f05f845f7d8844"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(vf-generic-bsp)"