summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2021-09-02 15:06:11 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-09-05 12:12:53 +0200
commit6770c56b18a2f519f3a6832f3fdf330b2340c198 (patch)
tree0f468bd60cca1b32cae4a65d5a231ca76b689672
parentb315669b44446bc1552776c4ba9b8e9e13fc86ad (diff)
linux-toradex-mainline: use stable link to grab rt patch
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit 276a8e076225332b336e41eb2c62375ddc6989bf)
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_5.4.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_5.4.bb b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
index 34a0710..dd3aebe 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
@@ -12,8 +12,10 @@ KBRANCH = "toradex_5.4.y"
require recipes-kernel/linux/linux-toradex-mainline.inc
+# Don't delete /older/ in the link as /older/ also contains the newest file and we have a stable
+# link
SRC_URI:append:preempt-rt = " \
- ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/patch-5.4.129-rt61.patch.xz;name=rt-patch \
+ ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/older/patch-5.4.129-rt61.patch.xz;name=rt-patch \
file://preempt-rt.scc \
file://preempt-rt-less-latency.scc \
"