diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-04-22 11:18:47 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-22 12:04:47 -0300 |
commit | d041c64367ba619d74776cb92252d0fb44530306 (patch) | |
tree | c58ad9cc8c93dc4d5191fc04dc039d40cbba854c | |
parent | 4a98746238513c43b6ec9963a4a3e57011069f37 (diff) | |
download | meta-fsl-arm-d041c64367ba619d74776cb92252d0fb44530306.tar.gz meta-fsl-arm-d041c64367ba619d74776cb92252d0fb44530306.tar.bz2 meta-fsl-arm-d041c64367ba619d74776cb92252d0fb44530306.zip |
linux (3.0.35): Include thermal sensor update on branh 1.1.0
1.1.0 branch has been updated with a thermal sensor fix.
Update it to the top of tree.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
-rw-r--r-- | recipes-kernel/linux/linux-imx_3.0.35.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bb b/recipes-kernel/linux/linux-imx_3.0.35.bb index 37106fa..12e75cd 100644 --- a/recipes-kernel/linux/linux-imx_3.0.35.bb +++ b/recipes-kernel/linux/linux-imx_3.0.35.bb @@ -3,12 +3,12 @@ include linux-imx.inc -PR = "${INC_PR}.13" +PR = "${INC_PR}.14" COMPATIBLE_MACHINE = "(mx6)" # Revision of 1.1.0 branch -SRCREV = "64eb436e9876a2d95abea34464addf37a0888f61" +SRCREV = "21304e170e6aa140d189158fcf27d731d3547969" LOCALVERSION = "-1.1.0+yocto" # Revision of 12.10.02 branch |