summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-10-24 15:44:28 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2012-10-29 16:13:38 -0200
commitfbfe001cce0874e3ccab4dac2d0e9149b815fe5e (patch)
treebf8910d7bf2794b01af3b02465166ad690158957
parent67fedaf50506dfdc9dfcfd6ae07f54be801c4dfc (diff)
downloadmeta-freescale-fbfe001cce0874e3ccab4dac2d0e9149b815fe5e.tar.gz
linux-imx_2.6.35.3.bb: Improve 1080p playback
Bump kernel and header SRCREV_mx5 so that the triple buffer patch is applied. It fixes 1080p stress tests playback issues and now 1080p can be played smoothly for several days. The original issue happens only when playing 1080p content on a 1080p display. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
-rw-r--r--meta-fsl-arm/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb4
-rw-r--r--meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-fsl-arm/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb b/meta-fsl-arm/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb
index 471edc4e3..b2f8d467c 100644
--- a/meta-fsl-arm/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb
+++ b/meta-fsl-arm/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb
@@ -8,9 +8,9 @@ RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
8SRCREV_mxs = "0ea8cb9453379388f870f9b8d13269fb9dc0761c" 8SRCREV_mxs = "0ea8cb9453379388f870f9b8d13269fb9dc0761c"
9 9
10# Revision of imx_2.6.35_11.09.01 branch 10# Revision of imx_2.6.35_11.09.01 branch
11SRCREV_mx5 = "012a4b8a404f5c89c31e2d428d5e4c9eb3a70ec7" 11SRCREV_mx5 = "bc8159027063aded47316b669b1293998337b2ee"
12SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git" 12SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16PR = "r5" 16PR = "r6"
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb
index 5c90f8a9b..5c2c5ff3a 100644
--- a/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb
+++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb
@@ -1,7 +1,7 @@
1# Copyright (C) 2011-2012 Freescale Semiconductor 1# Copyright (C) 2011-2012 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4PR = "${INC_PR}.16" 4PR = "${INC_PR}.17"
5 5
6include linux-imx.inc 6include linux-imx.inc
7 7
@@ -12,7 +12,7 @@ SRCREV_mxs = "0ea8cb9453379388f870f9b8d13269fb9dc0761c"
12LOCALVERSION_mxs = "-10.12.01+yocto" 12LOCALVERSION_mxs = "-10.12.01+yocto"
13 13
14# Revision of imx_2.6.35_11.09.01 branch 14# Revision of imx_2.6.35_11.09.01 branch
15SRCREV_mx5 = "012a4b8a404f5c89c31e2d428d5e4c9eb3a70ec7" 15SRCREV_mx5 = "bc8159027063aded47316b669b1293998337b2ee"
16LOCALVERSION_mx5 = "-11.09.01+yocto" 16LOCALVERSION_mx5 = "-11.09.01+yocto"
17 17
18SRC_URI += "file://NFS-Fix-nfsroot-support.patch \ 18SRC_URI += "file://NFS-Fix-nfsroot-support.patch \