summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-04-09 12:04:48 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-04-09 15:05:18 +0200
commit7880c26275385d30ce2d7d6c45065764e0fd2472 (patch)
tree5db4120a8ac0b1c1119704ca54cae87494a4e38c
parentdc77770c5efbfc8ec816c3e1e14d30d0c75bd2a1 (diff)
linux kernel & u-boot recipes: update to latest
Related-to: ELB-2510 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc2
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_4.14.bb6
-rw-r--r--recipes-kernel/linux/linux-toradex_3.10.40.bb2
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc b/recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc
index 791b5c0..7202c80 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc
+++ b/recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc
@@ -12,7 +12,7 @@ inherit tegra-u-boot-localversion
# We use the revision in order to avoid having to fetch it from the
# repo during parse
-SRCREV = "694e2136eefc2d110f44b26218c03e44a1e88235"
+SRCREV = "26d926eda08ea0218befcd773191961a9afcd069"
SRCBRANCH = "toradex_2019.07"
SRCREV_use-head-next = "${AUTOREV}"
SRCBRANCH_use-head-next = "toradex_2019.07-next"
diff --git a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
index 561ef1f..fd681cb 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
inherit kernel siteinfo
-LINUX_VERSION ?= "4.14.168"
+LINUX_VERSION ?= "4.14.175"
LOCALVERSION = "-${PR}"
PR = "${TDX_VER_ITEM}"
@@ -59,8 +59,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 5081245..5ac0e3b 100644
--- a/recipes-kernel/linux/linux-toradex_3.10.40.bb
+++ b/recipes-kernel/linux/linux-toradex_3.10.40.bb
@@ -11,7 +11,7 @@ LINUX_VERSION ?= "3.10.40"
LOCALVERSION = "-${PR}"
PR = "${TDX_VER_ITEM}"
-SRCREV = "5abb34056de22ab2dfcc05cbcd70c90405f8ea4b"
+SRCREV = "6425c0e1f8a5d0d698c9b604de7f55b85ccddf1f"
SRCREV_use-head-next = "${AUTOREV}"
PV = "${LINUX_VERSION}+gitr${SRCPV}"