All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] board/icorem6: Fix the Qt5 display name
@ 2019-12-26 13:32 Fabio Estevam
  2019-12-26 13:39 ` Michael Nazzareno Trimarchi
  2019-12-26 19:44 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2019-12-26 13:32 UTC (permalink / raw)
  To: buildroot

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

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

* [Buildroot] [PATCH] board/icorem6: Fix the Qt5 display name
  2019-12-26 13:32 [Buildroot] [PATCH] board/icorem6: Fix the Qt5 display name Fabio Estevam
@ 2019-12-26 13:39 ` Michael Nazzareno Trimarchi
  2019-12-26 19:44 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Nazzareno Trimarchi @ 2019-12-26 13:39 UTC (permalink / raw)
  To: buildroot

HI

On Thu, Dec 26, 2019 at 2:32 PM Fabio Estevam <festevam@gmail.com> wrote:
>
> 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"
>      }
>    ]
> --

Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>

Michael

> 2.17.1
>


-- 
| Michael Nazzareno Trimarchi                     Amarula Solutions BV |
| COO  -  Founder                                      Cruquiuskade 47 |
| +31(0)851119172                                 Amsterdam 1018 AM NL |
|                  [`as] http://www.amarulasolutions.com               |

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

* [Buildroot] [PATCH] board/icorem6: Fix the Qt5 display name
  2019-12-26 13:32 [Buildroot] [PATCH] board/icorem6: Fix the Qt5 display name Fabio Estevam
  2019-12-26 13:39 ` Michael Nazzareno Trimarchi
@ 2019-12-26 19:44 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-12-26 19:44 UTC (permalink / raw)
  To: buildroot

On Thu, 26 Dec 2019 10:32:27 -0300
Fabio Estevam <festevam@gmail.com> wrote:

> 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(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-12-26 19:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-26 13:32 [Buildroot] [PATCH] board/icorem6: Fix the Qt5 display name Fabio Estevam
2019-12-26 13:39 ` Michael Nazzareno Trimarchi
2019-12-26 19:44 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.