summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-toradex_4.1.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-toradex_4.1.bb b/recipes-kernel/linux/linux-toradex_4.1.bb
index 0a65331..1286074 100644
--- a/recipes-kernel/linux/linux-toradex_4.1.bb
+++ b/recipes-kernel/linux/linux-toradex_4.1.bb
@@ -6,8 +6,11 @@ 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"
-SRCBRANCH = "toradex_vf_4.1"
-SRCREV = "4d054fbf42d98a54bdb330eebfe419af8a825118"
+# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS)
+KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"
+
+LOCALVERSION = "-v2.5b2"
+SRCBRANCH = "toradex_vf_4.1-next"
+SRCREV = "db6b1f8270757539d90422ee5294bc25ff13a040"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(vf)"