meta-freescale-3rdparty/recipes-kernel/linux/linux-toradex_4.4.bb
Max Krummenacher 02bff68488 linux-toradex: vf: update to 4.4.291
Change to use the defconfig which is part of the kernel tree. In order
to provide a defconfig from your bbappend add a file 'defconfig' through
SRC_URI and set 'KBUILD_DEFCONFIG:<machine> = ""'.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-11-12 14:10:06 +01:00

21 lines
577 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)"