From ababadce2a55b0993633de70d35ae7e48f37d681 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 23 May 2023 14:40:06 -0300 Subject: linux-fslc: Bump revision to 9dd7c6bd8a02e This merges 6.1.29 stable release and applies following commit: - 9dd7c6bd8a02e ARM: imx_v6_v7_defconfig: Remove KERNEL_LZO config This allows the removal the lzop-native from DEPENDS. The bc-native is added automatically by kernel.bbclass. Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-fslc_6.1.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-fslc_6.1.bb b/recipes-kernel/linux/linux-fslc_6.1.bb index 56729428..7f59d689 100644 --- a/recipes-kernel/linux/linux-fslc_6.1.bb +++ b/recipes-kernel/linux/linux-fslc_6.1.bb @@ -10,8 +10,6 @@ provide support for some backported features and fixes, or because it was applie and takes some time to become part of a stable version, or because it is not applicable for \ upstreaming." -DEPENDS += "lzop-native bc-native" - require linux-imx.inc SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" @@ -21,10 +19,10 @@ SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol= # # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and # should be updated once patchlevel is merged. -LINUX_VERSION = "6.1.27" +LINUX_VERSION = "6.1.29" KBRANCH = "6.1.x+fslc" -SRCREV = "ddc32335b72f78943045b242eb6e0b069ef4cdae" +SRCREV = "9dd7c6bd8a02e7c5b745b18cfec8bce73feb6de7" KBUILD_DEFCONFIG:mx27-generic-bsp = "imx_v4_v5_defconfig" KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" -- cgit v1.2.3-54-g00ecf