summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-01-12 01:58:38 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-01-12 02:03:13 +0100
commitf28e4b6a631e0f1c5f1925acc09890176031ef5f (patch)
treee13ff4d5bad2f28ce4fadc9d42f0780b49e448ab
parentac6df0b7458c551e915cf186481c23401a4b6824 (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>
-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"