From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Roy Kollen Svendsen <roy.kollen.svendsen@akersolutions.com>,
Samuel Martin <s.martin49@gmail.com>,
Roy Kollen Svendsen <roykollensvendsen@gmail.com>,
buildroot@buildroot.org, Zoltan Gyarmati <zgyarmati@zgyarmati.de>,
Romain Naour <romain.naour@smile.fr>,
Jesse Van Gavere <jesseevg@gmail.com>
Subject: Re: [Buildroot] [PATCH v2 03/11] package/qt6/qt6shadertools: new package
Date: Thu, 9 May 2024 22:37:27 +0200 [thread overview]
Message-ID: <Zj00B8A-pgDg5rvn@landeda> (raw)
In-Reply-To: <20240509164507.4682bee8@windsurf>
Thomas, Roy, All,
On 2024-05-09 16:45 +0200, Thomas Petazzoni via buildroot spake thusly:
[--SNIP--]
> > diff --git a/package/qt6/qt6base/Config.in b/package/qt6/qt6base/Config.in
> > index 3b15d40c83..5b598aa938 100644
> > --- a/package/qt6/qt6base/Config.in
> > +++ b/package/qt6/qt6base/Config.in
> > @@ -1,3 +1,6 @@
> > +config BR2_PACKAGE_HOST_QT6BASE_GUI
> > + bool
> My question to other maintainers: do we want this blind option that
> allows to enable GUI support in the *host* qt6base to be present in the
> Config.in file (normally reserved for options for the target package),
> or do we want a simple Config.in.host, which even if it doesn't have a
> visible option for host-qt6base would carry this blind option allowing
> to enable GUI support in host-qt6base ?
We have a few other host packages that have a no-prompt boolean option,
like dracut, eudev, patchelf, systemd.
The converse is non-existent; we only have ARCH_SUPPORTS for a few host
packages for languages:
$ git grep -E 'config BR2_PACKAGE_HOST_' -- '*/Config.in'
package/erlang/Config.in:config BR2_PACKAGE_HOST_ERLANG_ARCH_SUPPORTS
package/mono/Config.in:config BR2_PACKAGE_HOST_MONO_ARCH_SUPPORTS
package/openjdk/Config.in:config BR2_PACKAGE_HOST_OPENJDK_BIN_ARCH_SUPPORTS
package/protobuf/Config.in:config BR2_PACKAGE_HOST_PROTOBUF_ARCH_SUPPORTS
So, yes, I'd rather have BR2_PACKAGE_HOST_QT6BASE_GUI in its own
Config.in.host.
Also, it is a bit weird that this is an option for a host package
without a kconfig symbol for the host package itself...
Also, adding the support for GUI in host qt6base should be in its own
patch, separate from the one introducing qt6shadertools.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-05-09 20:37 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-17 8:05 [Buildroot] [PATCH v2 01/11] package/qt6: bump version to 6.7.0 Roy Kollen Svendsen
2024-04-17 8:05 ` [Buildroot] [PATCH v2 02/11] package/qt6base: avoid enabling both desktop and es2 opengl Roy Kollen Svendsen
2024-05-09 14:42 ` Thomas Petazzoni via buildroot
2024-05-10 7:56 ` Roy Kollen Svendsen
2024-04-17 8:05 ` [Buildroot] [PATCH v2 03/11] package/qt6/qt6shadertools: new package Roy Kollen Svendsen
2024-05-09 14:45 ` Thomas Petazzoni via buildroot
2024-05-09 20:37 ` Yann E. MORIN [this message]
2024-05-09 20:43 ` Thomas Petazzoni via buildroot
2024-05-09 20:49 ` Arnout Vandecappelle via buildroot
2024-05-09 20:58 ` Jesse Van Gavere
2024-04-17 8:05 ` [Buildroot] [PATCH v2 04/11] package/qt6/qt6svg: allow building for host Roy Kollen Svendsen
2024-04-17 8:05 ` [Buildroot] [PATCH v2 05/11] package/qt6/qt6languageserver: new package Roy Kollen Svendsen
2024-04-17 8:05 ` [Buildroot] [PATCH v2 06/11] package/qt6/qt6declarative: " Roy Kollen Svendsen
2024-04-17 8:05 ` [Buildroot] [PATCH v2 07/11] package/qt6/qt6websockets: " Roy Kollen Svendsen
2024-04-17 8:05 ` [Buildroot] [PATCH v2 08/11] package/qt6/qt6wayland: " Roy Kollen Svendsen
2024-04-17 8:05 ` [Buildroot] [PATCH v2 09/11] package/qt6/qt6tools: " Roy Kollen Svendsen
2024-04-17 8:05 ` [Buildroot] [PATCH v2 10/11] package/qt6/qt6virtualkeyboard: " Roy Kollen Svendsen
2024-04-17 8:05 ` [Buildroot] [PATCH v2 11/11] package/qt6/qt6mqtt: " Roy Kollen Svendsen
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=Zj00B8A-pgDg5rvn@landeda \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=jesseevg@gmail.com \
--cc=romain.naour@smile.fr \
--cc=roy.kollen.svendsen@akersolutions.com \
--cc=roykollensvendsen@gmail.com \
--cc=s.martin49@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=zgyarmati@zgyarmati.de \
/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