summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-01-12 01:58:38 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-02-13 10:50:47 +0100
commit702f0b2045bd2cb3ada5746095bab0d349cc926f (patch)
tree5b982643942a4cbfbd2c85f3db51592b08de1f91 /recipes-kernel
parent61b148b53afdb4b5ce91ad45445d49746a6c319b (diff)
linux-toradex-mainline: fix version and update to latest
Fix Linux version to really represent 5.4.6. Update to latest which includes the following two commits: e87dbbae2576: ARM: dts: imx7: Fix Toradex Colibri iMX7S 256MB NAND flash support 575bd2d69a82: arm64: dts: freescale: add initial support for colibri imx8x Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit f28e4b6a631e0f1c5f1925acc09890176031ef5f) (cherry picked from commit 2d17ca347694cd4616d234ca72db4ecddb877138)
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_5.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_5.4.bb b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
index e39f46a..e558e03 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
@@ -1,9 +1,9 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.4:"
-LINUX_VERSION ?= "5.4.5"
+LINUX_VERSION ?= "5.4.6"
PV = "${LINUX_VERSION}+git${SRCPV}"
-SRCREV_machine = "a592a95575cdfa3f04fbfd7c10cd7baef5e0125e"
+SRCREV_machine = "e87dbbae257621aaca247d74bd95c2fd94e68994"
KBRANCH = "toradex_5.4.y"