From 2218e393102c20e49705aa91584c24ccbf87d444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Sz=C5=91ke?= Date: Thu, 12 Sep 2024 23:37:56 +0200 Subject: [PATCH] linux-fslc: 6.10.9 -> 6.10.10 --- recipes-kernel/linux/linux-fslc_6.10.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-fslc_6.10.bb b/recipes-kernel/linux/linux-fslc_6.10.bb index 05a560d98..6caaa8010 100644 --- a/recipes-kernel/linux/linux-fslc_6.10.bb +++ b/recipes-kernel/linux/linux-fslc_6.10.bb @@ -12,7 +12,7 @@ upstreaming." require linux-imx.inc -SRC_URI = "git://github.com/Livius90/linux-fslc.git;branch=${KBRANCH};protocol=https" +SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" DEPENDS += " \ coreutils-native \ @@ -23,10 +23,10 @@ DEPENDS += " \ # # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and # should be updated once patchlevel is merged. -LINUX_VERSION = "6.10.9" +LINUX_VERSION = "6.10.10" KBRANCH = "6.10.x+fslc" -SRCREV = "1611860f184a2c9e74ed593948d43657734a7098" +SRCREV = "049be94099ea5ba8338526c5a4f4f404b9dcaf54" KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig"