diff mbox series

[meta-arago,kirkstone/master,3/3] qtbase-conf: Drop unneeded eglfs_kms_cfg settings

Message ID 20230208233358.19714-3-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,kirkstone/master,1/3] qtwebbrowser: update to the latest version 5.15.1 | expand

Commit Message

Andrew Davis Feb. 8, 2023, 11:33 p.m. UTC
The output selection happens automatically and correctly now. The set
output selection was only correct for one old EVM before. Drop this.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../recipes-qt/qt5/qtbase-conf/eglfs_kms_cfg.json     | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-qt/qt5/qtbase-conf/eglfs_kms_cfg.json b/meta-arago-distro/recipes-qt/qt5/qtbase-conf/eglfs_kms_cfg.json
index ac19b8ec..5667d11f 100644
--- a/meta-arago-distro/recipes-qt/qt5/qtbase-conf/eglfs_kms_cfg.json
+++ b/meta-arago-distro/recipes-qt/qt5/qtbase-conf/eglfs_kms_cfg.json
@@ -1,14 +1,5 @@ 
 {
   "device": "/dev/dri/card0",
   "hwcursor": false,
-  "pbuffers": true,
-  "outputs": [
-    {
-      "name": "VGA1",
-      "mode": "off"
-    },
-    {
-      "name": "HDMI1"
-    }
-  ]
+  "pbuffers": true
 }