summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-imx_6.1.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-05-23 15:52:58 -0300
committerGitHub <noreply@github.com>2023-05-23 15:52:58 -0300
commit17a762639f1d3f355291a3de4767983deaf4493d (patch)
treed423282a664c4909206f4fc7db598481cf6e5ad7 /recipes-kernel/linux/linux-fslc-imx_6.1.bb
parent194a3566304484f06fb9967e6295a645fcbd8572 (diff)
parentababadce2a55b0993633de70d35ae7e48f37d681 (diff)
downloadmeta-freescale-17a762639f1d3f355291a3de4767983deaf4493d.tar.gz
Merge pull request #1544 from Freescale/topic/drop-lzop-requirement
Remove the need of lzop-native from layer
Diffstat (limited to 'recipes-kernel/linux/linux-fslc-imx_6.1.bb')
-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.