summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-08-06 15:56:09 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-08-06 15:56:09 +0200
commitcdcf6c6c538f4458e798530762d9d1b0db510f7a (patch)
treea0ca81ec17d7b08fdadfc0855413502cdecb61f5
parent9b13de4a52776df814a14fcb1d2270a49b6443f9 (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>
-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"