summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-rt_4.1-2.0.x.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-rt_4.1-2.0.x.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex-rt_4.1-2.0.x.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-toradex-rt_4.1-2.0.x.bb b/recipes-kernel/linux/linux-toradex-rt_4.1-2.0.x.bb
index e2fde3d..b9cecc3 100644
--- a/recipes-kernel/linux/linux-toradex-rt_4.1-2.0.x.bb
+++ b/recipes-kernel/linux/linux-toradex-rt_4.1-2.0.x.bb
@@ -6,16 +6,17 @@ SUMMARY = "Real-Time Linux kernel for Toradex Freescale i.MX based modules"
SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH}"
-SRC_URI += "\
- https://www.kernel.org/pub/linux/kernel/projects/rt/4.1/older/patch-4.1.35-rt41.patch.gz;name=rt-patch \
+SRC_URI += " \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/4.1/older/patch-4.1.40-rt48.patch.gz;name=rt-patch \
+ file://0001-cgroup-defs.h-add-missing-include.patch \
file://0001-fix-build.patch \
file://0002-no-split-ptlocks.patch \
file://0003-Work-around-CPU-stalls-in-the-imx-sdma-driver.patch \
+ file://0004-export-swait-locked-functions.patch \
file://defconfig \
"
-
-SRC_URI[rt-patch.md5sum] = "375bb334b265898a94214c3199308298"
-SRC_URI[rt-patch.sha256sum] = "284a1bc0094df0a61e6dcb9996eceea6a3791ccba1e5763e36f251d0dfeecd32"
+SRC_URI[rt-patch.md5sum] = "085046ef6cecd45b7fcd9f2dfd9e7f1b"
+SRC_URI[rt-patch.sha256sum] = "3960999107c3a06eb9cc92c5b649a725b9d8f354a430cdf4f28305f6c8547d6a"
# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS)
KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"