From 2d17ca347694cd4616d234ca72db4ecddb877138 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Sun, 12 Jan 2020 01:58:38 +0100 Subject: 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 (cherry picked from commit f28e4b6a631e0f1c5f1925acc09890176031ef5f) --- recipes-kernel/linux/linux-toradex-mainline_5.4.bb | 4 ++-- 1 file 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" -- cgit v1.2.3