summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_6.1.bb7
1 files changed, 4 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 3f028b84..403c2c6f 100644
--- a/recipes-kernel/linux/linux-fslc-imx_6.1.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_6.1.bb
@@ -28,16 +28,17 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
28# ------------------------------------------------------------------------------ 28# ------------------------------------------------------------------------------
29# 1. Stable (tag or SHA(s)) 29# 1. Stable (tag or SHA(s))
30# ------------------------------------------------------------------------------ 30# ------------------------------------------------------------------------------
31# tag: v6.1.38 31# tag: v6.1.57
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
35# ------------------------------------------------------------------------------ 35# ------------------------------------------------------------------------------
36# tag: lf-6.1.22-2.0.0 36# tag: lf-6.1.36-2.1.0
37# 37#
38# ------------------------------------------------------------------------------ 38# ------------------------------------------------------------------------------
39# 3. Critical patches (SHA(s)) 39# 3. Critical patches (SHA(s))
40# ------------------------------------------------------------------------------ 40# ------------------------------------------------------------------------------
41# - d9e9cb8ce9bc7 hx280enc_vc8000e: fix misplaced #endif
41# - 3f1f2ea729550 mxc: gpu-viv: change _QuerySignal() return type to gceSTATUS 42# - 3f1f2ea729550 mxc: gpu-viv: change _QuerySignal() return type to gceSTATUS
42# - b73c6797ee427 ARM: imx_v7_defconfig: Remove KERNEL_LZO config 43# - b73c6797ee427 ARM: imx_v7_defconfig: Remove KERNEL_LZO config
43# - ec33c7fc43bef touchscreen: Kconfig: add I2C dependency for CT36X 44# - ec33c7fc43bef touchscreen: Kconfig: add I2C dependency for CT36X
@@ -56,7 +57,7 @@ KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE = "1"
56 57
57KBRANCH = "6.1-2.1.x-imx" 58KBRANCH = "6.1-2.1.x-imx"
58SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" 59SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https"
59SRCREV = "3f41fbe42851375d3d5996e4bf9e9809e6c79517" 60SRCREV = "241e2f51bd87beb652196d1db92f0387c1209bfb"
60 61
61# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 62# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
62# required by kernel-yocto.bbclass. 63# required by kernel-yocto.bbclass.