summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-08-20 21:50:16 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-08-31 16:47:19 -0300
commit6e2b8aaa7e60d88d949571e40d96684927b21bc4 (patch)
treec9cdfbb04ab0efb39ef2e268c01e0938cac6fd47 /recipes-kernel
parent64bff5c5d4e7e1f66c5afb413718d499b54b087d (diff)
downloadmeta-fsl-arm-6e2b8aaa7e60d88d949571e40d96684927b21bc4.tar.gz
linux-fslc-mx6: Bump revision to 2574f81
This upgrades the kernel fork for the 3.14.51 stable release. Another change is the inclusion of: 22f6925 arm: Export cache flush management symbols when !MULTI_CACHE This fixes following error: galcore: Unknown symbol v7_dma_map_area (err 0) galcore: Unknown symbol v7_dma_flush_range (err 0) When using the Vivante GPU module as a module. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc-mx6_3.14-1.0.x.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-mx6_3.14-1.0.x.bb b/recipes-kernel/linux/linux-fslc-mx6_3.14-1.0.x.bb
index 7b861bc..1a4936f 100644
--- a/recipes-kernel/linux/linux-fslc-mx6_3.14-1.0.x.bb
+++ b/recipes-kernel/linux/linux-fslc-mx6_3.14-1.0.x.bb
@@ -11,6 +11,6 @@ include linux-fslc.inc
11PV .= "+git${SRCPV}" 11PV .= "+git${SRCPV}"
12 12
13SRCBRANCH = "3.14-1.0.x-mx6" 13SRCBRANCH = "3.14-1.0.x-mx6"
14SRCREV = "966457723b6d74a65e21c05355b35ff22faa4ad4" 14SRCREV = "2574f81f0770e3d684cdd369f46fb6126db38441"
15 15
16COMPATIBLE_MACHINE = "(mx6)" 16COMPATIBLE_MACHINE = "(mx6)"