summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine_git.bbappend
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-12-07 15:54:40 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-12-08 10:41:27 +0000
commitf6084115b3117c3ba34059df7fea5ca3454610c1 (patch)
tree044d2b2e2d73dda6c983c943d9132835c14022df /recipes-qt/qt5/qtwebengine_git.bbappend
parent7f3840f326405c28700a6eaf61fdb3fd2cfb06db (diff)
downloadmeta-boot2qt-f6084115b3117c3ba34059df7fea5ca3454610c1.tar.gz
webengine: Fix slow video with webengine on imx6 devices
Disable texture_rg on imx6 based devices. Yocto image 1.8 has driver, which reports opengl es 3.0 support, however texture_rg does not work properly. Change-Id: Iaeadbfb16bacd3d78d9c660fa02e761e1781b4f3 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bbappend')
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bbappend b/recipes-qt/qt5/qtwebengine_git.bbappend
index 3fe90cd..824df6d 100644
--- a/recipes-qt/qt5/qtwebengine_git.bbappend
+++ b/recipes-qt/qt5/qtwebengine_git.bbappend
@@ -20,5 +20,11 @@
20## 20##
21############################################################################# 21#############################################################################
22 22
23FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"
24
25SRC_URI_append_mx6 = " \
26 file://0001-Fix-slow-video-with-webengine-on-nitrogen6x.patch \
27 "
28
23SRCREV_qtwebengine = "70a376d73718cc4ff8d96f6761b8c1896ca25c23" 29SRCREV_qtwebengine = "70a376d73718cc4ff8d96f6761b8c1896ca25c23"
24SRCREV_chromium = "ec5b3304fc266dfdec7666b8b73d57a3971ea35f" 30SRCREV_chromium = "ec5b3304fc266dfdec7666b8b73d57a3971ea35f"