Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] board/imx6-sabresd: Fix the Qt5 display names
@ 2019-12-23 12:22 Fabio Estevam
  2019-12-23 12:22 ` [Buildroot] [PATCH 2/2] board/imx6-sabresd: Remove unneeded CONFIG_VIDEO_CODA fragment Fabio Estevam
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Fabio Estevam @ 2019-12-23 12:22 UTC (permalink / raw)
  To: buildroot

The correct syntax that Qt5 understands for display names is
"HDMI1" and "LVDS1", so fix it accordingly.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 board/freescale/imx6-sabresd/rootfs_overlay/root/sabresd.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/freescale/imx6-sabresd/rootfs_overlay/root/sabresd.json b/board/freescale/imx6-sabresd/rootfs_overlay/root/sabresd.json
index d5d063af87..fe92ce5b29 100644
--- a/board/freescale/imx6-sabresd/rootfs_overlay/root/sabresd.json
+++ b/board/freescale/imx6-sabresd/rootfs_overlay/root/sabresd.json
@@ -4,11 +4,11 @@
   "pbuffers": true,
   "outputs": [
     {
-      "name": "HDMI-1",
+      "name": "HDMI1",
       "mode": "off"
     },
     {
-      "name": "LVDS-1",
+      "name": "LVDS1",
       "mode": "1024x768"
     }
   ]
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-12-25 22:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-23 12:22 [Buildroot] [PATCH 1/2] board/imx6-sabresd: Fix the Qt5 display names Fabio Estevam
2019-12-23 12:22 ` [Buildroot] [PATCH 2/2] board/imx6-sabresd: Remove unneeded CONFIG_VIDEO_CODA fragment Fabio Estevam
2019-12-23 20:02 ` [Buildroot] [PATCH 1/2] board/imx6-sabresd: Fix the Qt5 display names Thomas Petazzoni
2019-12-25 21:46 ` Peter Korsgaard
2019-12-25 21:48 ` Michael Nazzareno Trimarchi
2019-12-25 22:00   ` Fabio Estevam
2019-12-25 22:06     ` Michael Nazzareno Trimarchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox