summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-rt_4.4.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-06-26 21:28:31 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2018-06-27 10:49:32 +0200
commita8bbff7bdb7d4bf5ed13fb42669e53e4427428de (patch)
tree8444cc9c2ec6f481f0dc69db7e2634df0e507333 /recipes-kernel/linux/linux-toradex-rt_4.4.bb
parent7b3ae1256eacf2db8556aee886e859ffc9b3ae55 (diff)
linux-toradex-rt: forward port rt to use latest non rt kernel sources
While at it use consistently the .xz compressed rt-patch file. 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-rt_4.4.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex-rt_4.4.bb12
1 files changed, 7 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-toradex-rt_4.4.bb b/recipes-kernel/linux/linux-toradex-rt_4.4.bb
index 0a95e7f..1466da1 100644
--- a/recipes-kernel/linux/linux-toradex-rt_4.4.bb
+++ b/recipes-kernel/linux/linux-toradex-rt_4.4.bb
@@ -3,12 +3,14 @@ include conf/tdx_version.conf
SUMMARY = "Linux kernel with real-time patch for Toradex Colibri VFxx Computer on Modules"
-SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH} \
- https://www.kernel.org/pub/linux/kernel/projects/rt/4.4/patch-4.4.60-rt73.patch.xz \
- file://defconfig"
+SRC_URI = " \
+ git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH} \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/4.4/older/patch-4.4.138-rt155.patch.xz;name=rt-patch \
+ file://defconfig \
+"
-SRC_URI[md5sum] = "9084b5fe511383d0588a15d6034116cb"
-SRC_URI[sha256sum] = "cbe77f8db27bae1d018b786bead3996c753f0e45fdec6dab088fbe2cffd0f890"
+SRC_URI[rt-patch.md5sum] = "77d6867ad455e28225faafb8ceb999ea"
+SRC_URI[rt-patch.sha256sum] = "f2e6b4bda77840ecbe7d2b30ad72ed6056c3562a4b5d25e4b15d7f377c81d342"
KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"