summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-04-01 08:47:18 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-24 09:03:56 +0200
commit23d911bd195c057af2b07f11e08227e9e0a861fb (patch)
tree77c19ada31a2b8ef5ea5ee24d7fb125b7b1f1626
parentfdfec2baf9f35664790080462d0d227d3fabac9a (diff)
apalis-tk1-mainline: fix checksums
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit c10c7168712fa47e50440a7b7b012118939a3371)
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_4.14.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
index 503219f..02072ba 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
@@ -60,8 +60,8 @@ SRC_URI = " \
${GENERIC_PATCHES} \
${MACHINE_PATCHES} \
"
-SRC_URI[md5sum] = "68e9492de8297edf7202f82d20084cb8"
-SRC_URI[sha256sum] = "0c1ed0c93085e44ad89cd279647b0e4617d06ce5a482213b5481b612ffa186ca"
+SRC_URI[md5sum] = "3bb329f28c4de4b9a87c60b222a5b0d8"
+SRC_URI[sha256sum] = "3764f165f779568745f1468d8f7e1db65d94eae9cd8d1350f4fe003a0fd88ee0"
# For CI use one could use the following instead (plus patches still of course)
LINUX_VERSION_use-head-next ?= "4.14"