summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2021-09-02 15:06:11 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2021-09-02 15:10:41 +0200
commit276a8e076225332b336e41eb2c62375ddc6989bf (patch)
tree830cdd2120880e6a599244404025d80e2b9b3df2
parent7f4e9817fcb878b0731a9086dde0af2a186938b6 (diff)
linux-toradex-mainline: use stable link to grab rt patch
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-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 f9ccd9c..4b53b88 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 \
"