From e525698edf512bce1b034deb5bb17bcd06fa3ad1 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 23 May 2023 14:38:15 -0300 Subject: linux-fslc-imx: Bump revision to ad9ab3b3c553c This applies following commit: - ad9ab3b3c553c ARM: imx_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-imx_6.1.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-fslc-imx_6.1.bb b/recipes-kernel/linux/linux-fslc-imx_6.1.bb index c52b947a..8c26da77 100644 --- a/recipes-kernel/linux/linux-fslc-imx_6.1.bb +++ b/recipes-kernel/linux/linux-fslc-imx_6.1.bb @@ -38,6 +38,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community." # ------------------------------------------------------------------------------ # 3. Critical patches (SHA(s)) # ------------------------------------------------------------------------------ +# - ad9ab3b3c553c ARM: imx_v7_defconfig: Remove KERNEL_LZO config # # NOTE to upgraders: # This recipe should NOT collect individual patches, they should be applied to @@ -47,11 +48,9 @@ Latest stable Kernel patchlevel is applied and maintained by Community." require linux-imx.inc -DEPENDS += "lzop-native bc-native" - KBRANCH = "6.1-1.0.x-imx" SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" -SRCREV = "897d73a656fe33d0c4549c5de1d07797f99d6871" +SRCREV = "ad9ab3b3c553cbc3c61f233b6e2cd5abdd2a624b" # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition # required by kernel-yocto.bbclass. -- cgit v1.2.3-54-g00ecf