From 27d7eed988487ae72db27366e34b7f39223b4839 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Wed, 27 Mar 2013 07:18:40 -0500 Subject: linux-imx (3.0.35): Change mx6sl linux version to 12.10.02 The latest tested linux version for iMX6SL EVK is from Freescale BSP 12.10.02 Disable CPU frequency scaling due to kernel crash during boot tests. The root cause of this still needs to be fixed but this workaround improves board stability for now. Change-Id: I1420139ab0e20607b15c2f7929d636027b391a6e Signed-off-by: Daiane Angolini --- recipes-kernel/linux/linux-imx-3.0.35/mx6sl/defconfig | 2 +- recipes-kernel/linux/linux-imx_3.0.35.bb | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/recipes-kernel/linux/linux-imx-3.0.35/mx6sl/defconfig b/recipes-kernel/linux/linux-imx-3.0.35/mx6sl/defconfig index 59e7722..5bb9666 100644 --- a/recipes-kernel/linux/linux-imx-3.0.35/mx6sl/defconfig +++ b/recipes-kernel/linux/linux-imx-3.0.35/mx6sl/defconfig @@ -43,7 +43,7 @@ CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=y CONFIG_CPU_FREQ_GOV_USERSPACE=y -CONFIG_CPU_FREQ_IMX=y +# CONFIG_CPU_FREQ_IMX is not set CONFIG_VFP=y CONFIG_NEON=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bb b/recipes-kernel/linux/linux-imx_3.0.35.bb index 1571e81..f226e2c 100644 --- a/recipes-kernel/linux/linux-imx_3.0.35.bb +++ b/recipes-kernel/linux/linux-imx_3.0.35.bb @@ -3,7 +3,7 @@ include linux-imx.inc -PR = "${INC_PR}.11" +PR = "${INC_PR}.12" COMPATIBLE_MACHINE = "(mx6)" @@ -11,10 +11,11 @@ COMPATIBLE_MACHINE = "(mx6)" SRCREV = "c27cb3851bb6f822f8a92e4a1e10fba19284bdd4" LOCALVERSION = "-1.1.0+yocto" -# Revision of 3.0.0 tag -SRCREV_mx6sl = "7e8c89cd4b47c4ac6ec6a91a5f54d450688bde4f" -LOCALVERSION_mx6sl = "-3.0.0+yocto" +# Revision of 12.10.02 tag +SRCREV_mx6sl = "741f7dcf5dd1b5ce82986eda139ddbce69c66e31" +LOCALVERSION_mx6sl = "-12.10.02+yocto" +# Revision of 3.0.0 tag SRCREV_mx6dl = "7e8c89cd4b47c4ac6ec6a91a5f54d450688bde4f" LOCALVERSION_mx6dl = "-3.0.0+yocto" -- cgit v1.2.3-54-g00ecf