From 020e382cef9f5d922cd4262f91d6e5da8f5b7f8e Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Thu, 8 Feb 2024 13:50:45 +0100 Subject: [PATCH] linux-nitroc: update version to latest version Update linux-nitroc to the latest version which fixes a thermal issue. --- .../recipes-kernel/linux/linux-nitroc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/meta-nwl-marvell-bsp/recipes-kernel/linux/linux-nitroc_git.bb b/layers/meta-nwl-marvell-bsp/recipes-kernel/linux/linux-nitroc_git.bb index 9b9f452..6bf833d 100644 --- a/layers/meta-nwl-marvell-bsp/recipes-kernel/linux/linux-nitroc_git.bb +++ b/layers/meta-nwl-marvell-bsp/recipes-kernel/linux/linux-nitroc_git.bb @@ -4,7 +4,7 @@ COMPATIBLE_MACHINE = "cn9131-nitroc" inherit kernel SRC_URI = "git://git@bitbucket.gad.local:7999/nm-nsp/netmodule-linux.git;protocol=ssh;user=git;branch=nitroc-v6.6.y" -SRCREV ?= "0b8f8f81ab0ec015002357820f50bfc2924390fe" +SRCREV ?= "c82b0def752e794a87b625598102d4ce61a071a8" PV = "v6.6.y+git${SRCPV}" LICENSE = "GPL-2.0-only"