summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-05-23 14:38:15 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-05-23 14:38:15 -0300
commite525698edf512bce1b034deb5bb17bcd06fa3ad1 (patch)
tree9b5cbb19589b7329820534ac31462aead5b4ee8c
parent05f3eb1eb2779c9daafb120e32d3aef4e91af85d (diff)
downloadmeta-freescale-e525698edf512bce1b034deb5bb17bcd06fa3ad1.tar.gz
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 <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_6.1.bb5
1 files 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."
38# ------------------------------------------------------------------------------ 38# ------------------------------------------------------------------------------
39# 3. Critical patches (SHA(s)) 39# 3. Critical patches (SHA(s))
40# ------------------------------------------------------------------------------ 40# ------------------------------------------------------------------------------
41# - ad9ab3b3c553c ARM: imx_v7_defconfig: Remove KERNEL_LZO config
41# 42#
42# NOTE to upgraders: 43# NOTE to upgraders:
43# This recipe should NOT collect individual patches, they should be applied to 44# 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."
47 48
48require linux-imx.inc 49require linux-imx.inc
49 50
50DEPENDS += "lzop-native bc-native"
51
52KBRANCH = "6.1-1.0.x-imx" 51KBRANCH = "6.1-1.0.x-imx"
53SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" 52SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https"
54SRCREV = "897d73a656fe33d0c4549c5de1d07797f99d6871" 53SRCREV = "ad9ab3b3c553cbc3c61f233b6e2cd5abdd2a624b"
55 54
56# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 55# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
57# required by kernel-yocto.bbclass. 56# required by kernel-yocto.bbclass.