summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-08-26 19:03:29 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-08-26 20:44:26 +0200
commitaabe754d2c72a90349fd69d50ba3f38033d82af2 (patch)
tree05991c7e6705ed754f294f5871aaa011606fb451
parent5dcb6bad563cb195502a6cf1060f8110b0caaf45 (diff)
linux kernel & u-boot recipes: update to latest
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc6
-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, 7 insertions, 7 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 8b500bd..ed5cf49 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc
+++ b/recipes-bsp/u-boot/u-boot-toradex-common-tk1.inc
@@ -12,10 +12,10 @@ inherit tegra-u-boot-localversion
# We use the revision in order to avoid having to fetch it from the
# repo during parse
-SRCREV = "e60e2c0d3f44f42642bb4dbf648a3b25142fd8d1"
-SRCBRANCH = "2019.07-toradex-next"
+SRCREV = "e1cbe8c74e87036e649b0e34656aebabb3aa00c7"
+SRCBRANCH = "toradex_2019.07"
SRCREV_use-head-next = "${AUTOREV}"
-SRCBRANCH_use-head-next = "2019.07-toradex-next"
+SRCBRANCH_use-head-next = "toradex_2019.07-next"
SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=https;branch=${SRCBRANCH}"
diff --git a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
index 02072ba..8bc26b8 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.109"
+LINUX_VERSION ?= "4.14.140"
LOCALVERSION = "-${PR}"
PR = "${TDX_VER_ITEM}"
@@ -60,8 +60,8 @@ SRC_URI = " \
${GENERIC_PATCHES} \
${MACHINE_PATCHES} \
"
-SRC_URI[md5sum] = "3bb329f28c4de4b9a87c60b222a5b0d8"
-SRC_URI[sha256sum] = "3764f165f779568745f1468d8f7e1db65d94eae9cd8d1350f4fe003a0fd88ee0"
+SRC_URI[md5sum] = "ad3c70ca3f64810d283dcfe392970270"
+SRC_URI[sha256sum] = "795eed2515715ef29edd24f7a70912040cc206ec9a049c370cb305515f3fbdf2"
# 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 3b9e050..f5f1c0d 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 = "2c7a3c3af726be9ce31ad561befeaff894a5769f"
+SRCREV = "ad44961f8b3cf5ce342d234c7eca05d89369c26b"
SRCREV_use-head-next = "${AUTOREV}"
PV = "${LINUX_VERSION}+gitr${SRCPV}"