summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-08-06 15:56:09 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-08-06 21:26:31 +0200
commitcab8a53004f5431f7f36443a2d6ec14bd869f476 (patch)
treea1bdebec725e9efed82d70700401ad52cd0c427c
parentcf3aca30b171672fe011b404d0c12378b7c79f5d (diff)
linux-toradex-mainline: fix src_uri name
Add the accidently dropped file reference name so the checksums are found. fixes 9b13de4 ("linux-toradex-mainline: update to latest") Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit cdcf6c6c538f4458e798530762d9d1b0db510f7a)
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_5.4.bb2
1 files changed, 1 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 b4123c6..8b5f9bf 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
@@ -15,7 +15,7 @@ SRC_URI += " \
"
SRC_URI_append_preempt-rt = " \
- ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/older/patch-5.4.54-rt32.patch.xz \
+ ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/older/patch-5.4.54-rt32.patch.xz;name=rt-patch \
"
SRC_URI[rt-patch.md5sum] = "f83f14b18f66873f6a3a26925a62d0c4"
SRC_URI[rt-patch.sha256sum] = "3385c8a64233f7f34c509626aaa6b5084bf75b1b27a0dc0dd5024d9736270b03"