summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_4.1.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-12-07 18:14:46 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-12-15 15:48:31 +0100
commit41ebb67cd9e4284a7394d382a8a4e5c0eb3bb783 (patch)
tree8d8699e97401a8c144583a80c705800bb99fbfad /recipes-kernel/linux/linux-toradex_4.1.bbappend
parentbd5c95c1f2756dcb14cfc35e15810e85dbf95a11 (diff)
linux-toradex_4.1: convert recipe to bbappend
We have this recipe in meta-fsl-arm-extra. Convert it to a bbappend and only keep the changes to the bb files. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex_4.1.bbappend')
-rw-r--r--recipes-kernel/linux/linux-toradex_4.1.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex_4.1.bbappend b/recipes-kernel/linux/linux-toradex_4.1.bbappend
new file mode 100644
index 0000000..2cb0e53
--- /dev/null
+++ b/recipes-kernel/linux/linux-toradex_4.1.bbappend
@@ -0,0 +1,7 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/linux-toradex-4.1:"
+
+# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS)
+KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"
+
+LOCALVERSION = "-v2.5b2"
+SRCREV = "559570ccdc6555d2228a4e4e9e589e3145d7c2e4"