From: Fabio Estevam <festevam@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] board/icorem6: Fix the Qt5 display name
Date: Thu, 26 Dec 2019 10:32:27 -0300 [thread overview]
Message-ID: <20191226133227.12023-1-festevam@gmail.com> (raw)
The correct syntax that Qt5 understands for display names is
"LVDS1", so fix it accordingly.
Reported-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
.../icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap10.json | 2 +-
.../icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap12.json | 2 +-
board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore.json | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap10.json b/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap10.json
index 963c7c0031..3bfe4a2362 100644
--- a/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap10.json
+++ b/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap10.json
@@ -4,7 +4,7 @@
"pbuffers": true,
"outputs": [
{
- "name": "LVDS-1",
+ "name": "LVDS1",
"mode": "1280x800"
}
]
diff --git a/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap12.json b/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap12.json
index 36700affda..ea5ce6f97a 100644
--- a/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap12.json
+++ b/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore-ofcap12.json
@@ -4,7 +4,7 @@
"pbuffers": true,
"outputs": [
{
- "name": "LVDS-1",
+ "name": "LVDS1",
"mode": "1280x480"
}
]
diff --git a/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore.json b/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore.json
index ac139a3eaf..b4fa359b64 100644
--- a/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore.json
+++ b/board/engicam/icorem6/rootfs_overlay/root/imx6qdl-icore.json
@@ -4,7 +4,7 @@
"pbuffers": true,
"outputs": [
{
- "name": "LVDS-1",
+ "name": "LVDS1",
"mode": "800x480"
}
]
--
2.17.1
next reply other threads:[~2019-12-26 13:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-26 13:32 Fabio Estevam [this message]
2019-12-26 13:39 ` [Buildroot] [PATCH] board/icorem6: Fix the Qt5 display name Michael Nazzareno Trimarchi
2019-12-26 19:44 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191226133227.12023-1-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox