summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-04-09 12:04:48 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-04-18 21:00:47 +0200
commitf48b4972f8e0635f0838ac82715907e91c945cc1 (patch)
tree3d581822b068c61f803ff01c6df2481c3166b568 /recipes-kernel
parentd5f6a9d23a2e88c4808712c97774a48a91a85259 (diff)
linux kernel & u-boot recipes: update to latest
Related-to: ELB-2510 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit 7880c26275385d30ce2d7d6c45065764e0fd2472) (cherry picked from commit 47541b793939763acca3c43d13761e4cdac6db05) (cherry picked from commit 9625a9d01efe7e3bd9c2590a275e13a6652c946f)
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_4.14.bb6
-rw-r--r--recipes-kernel/linux/linux-toradex_3.10.40.bb2
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
index 7f66292..77ee287 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
@@ -11,7 +11,7 @@ inherit kernel siteinfo toradex-kernel-localversion
# git hash not available since tarball from kernel.org is used
SCMVERSION = "n"
-LINUX_VERSION ?= "4.14.168"
+LINUX_VERSION ?= "4.14.175"
PV = "${LINUX_VERSION}"
S = "${WORKDIR}/linux-${PV}"
@@ -63,8 +63,8 @@ SRC_URI = " \
${GENERIC_PATCHES} \
${MACHINE_PATCHES} \
"
-SRC_URI[md5sum] = "e3447527902445b779f5eff66de5bc8c"
-SRC_URI[sha256sum] = "db5777d3a12a85bc8c130b7b250bab2283f9d964b725e5de3c216b495eeb31fe"
+SRC_URI[md5sum] = "10ae9ef0ef1aaac835efd0a23a5ed0ba"
+SRC_URI[sha256sum] = "cb440ac5d20071dcb482e5062958514064b0c5a8375c92653062ea201ae0222c"
# For CI use one could use the following instead (plus patches still of course)
LINUX_VERSION_use-head-next ?= "4.14"
diff --git a/recipes-kernel/linux/linux-toradex_3.10.40.bb b/recipes-kernel/linux/linux-toradex_3.10.40.bb
index 924fdd2..8e0b2e9 100644
--- a/recipes-kernel/linux/linux-toradex_3.10.40.bb
+++ b/recipes-kernel/linux/linux-toradex_3.10.40.bb
@@ -8,7 +8,7 @@ inherit kernel siteinfo toradex-kernel-localversion
LINUX_VERSION ?= "3.10.40"
-SRCREV = "5abb34056de22ab2dfcc05cbcd70c90405f8ea4b"
+SRCREV = "063d16eceb570adeb1ae753d73d13f299cefe876"
SRCREV_use-head-next = "${AUTOREV}"
PV = "${LINUX_VERSION}+gitr${SRCPV}"