diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-10-23 13:37:58 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-10-24 08:23:18 +0000 |
commit | 2b21f641158e70ba0b77482ef11eb0ad8ea01bc6 (patch) | |
tree | d0a8acfc5b0d9fa2aff947f97f40c5bd81e57202 /meta-boot2qt-distro/conf | |
parent | 4ee7fff912a0c2bef6a38ba561f9423ba9d2cc33 (diff) | |
download | meta-boot2qt-2b21f641158e70ba0b77482ef11eb0ad8ea01bc6.tar.gz |
imx7s-warp: bring back kernel with display supportv5.12.0-beta3
Add old kernel recipe from meta-freescale-3rdparty layer that was
removed in sumo branch. It provides support for the display and the
touchscreen. Fix perf build with old kernel sources and use correct
appcontroller.conf after MACHINEOVERRIDES was changed in the machine
config.
Task-number: QTBUG-68899
Change-Id: I6d2cd70951f86a99a8878915ce1bfc598dc95ee0
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-boot2qt-distro/conf')
-rw-r--r-- | meta-boot2qt-distro/conf/distro/include/imx7s-warp.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-boot2qt-distro/conf/distro/include/imx7s-warp.conf b/meta-boot2qt-distro/conf/distro/include/imx7s-warp.conf index 906b4fe..bcd4f7f 100644 --- a/meta-boot2qt-distro/conf/distro/include/imx7s-warp.conf +++ b/meta-boot2qt-distro/conf/distro/include/imx7s-warp.conf | |||
@@ -34,4 +34,8 @@ DEPLOY_CONF_NAME = "i.MX7S WaRP" | |||
34 | PREFERRED_PROVIDER_virtual/egl = "opengldummy" | 34 | PREFERRED_PROVIDER_virtual/egl = "opengldummy" |
35 | PREFERRED_PROVIDER_virtual/libgles2 = "opengldummy" | 35 | PREFERRED_PROVIDER_virtual/libgles2 = "opengldummy" |
36 | 36 | ||
37 | PREFERRED_PROVIDER_virtual/kernel = "linux-warp7" | ||
38 | |||
37 | DISTRO_FEATURES_remove = "webengine wayland vulkan" | 39 | DISTRO_FEATURES_remove = "webengine wayland vulkan" |
40 | |||
41 | KERNEL_DEVICETREE = "imx7d-warp.dtb" | ||