diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-12-07 15:54:40 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-12-08 10:41:27 +0000 |
commit | f6084115b3117c3ba34059df7fea5ca3454610c1 (patch) | |
tree | 044d2b2e2d73dda6c983c943d9132835c14022df /recipes-qt/qt5/qtwebengine_git.bbappend | |
parent | 7f3840f326405c28700a6eaf61fdb3fd2cfb06db (diff) | |
download | meta-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.bbappend | 6 |
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 | ||
23 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" | ||
24 | |||
25 | SRC_URI_append_mx6 = " \ | ||
26 | file://0001-Fix-slow-video-with-webengine-on-nitrogen6x.patch \ | ||
27 | " | ||
28 | |||
23 | SRCREV_qtwebengine = "70a376d73718cc4ff8d96f6761b8c1896ca25c23" | 29 | SRCREV_qtwebengine = "70a376d73718cc4ff8d96f6761b8c1896ca25c23" |
24 | SRCREV_chromium = "ec5b3304fc266dfdec7666b8b73d57a3971ea35f" | 30 | SRCREV_chromium = "ec5b3304fc266dfdec7666b8b73d57a3971ea35f" |