summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-imx_6.1.bb
diff options
context:
space:
mode:
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.