From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Angelo Compagnucci <angelo.compagnucci@gmail.com>,
Matt Flax <flatmax@flatmax.org>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/gtkiostream: add BR2_PACKAGE_GTKIOSTREAM_ARCH_SUPPORTS
Date: Sat, 27 Jul 2024 18:33:00 +0200 [thread overview]
Message-ID: <20240727183300.649f0309@windsurf> (raw)
In-Reply-To: <20240726153002.18133-1-fontaine.fabrice@gmail.com>
On Fri, 26 Jul 2024 17:30:02 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> diff --git a/package/gtkiostream/Config.in b/package/gtkiostream/Config.in
> index 1d1ec27346..0567ce876d 100644
> --- a/package/gtkiostream/Config.in
> +++ b/package/gtkiostream/Config.in
> @@ -1,5 +1,20 @@
> +config BR2_PACKAGE_GTKIOSTREAM_ARCH_SUPPORTS
> + bool
> + default y if BR2_arcle
> + default y if BR2_aarch64
> + default y if BR2_arm
> + default y if BR2_i386 || BR2_x86_64
> + default y if BR2_microblazeel
> + default y if BR2_mipsel || BR2_mips64el
> + default y if BR2_nios2
> + default y if BR2_powerpc64le
> + default y if BR2_riscv
> + default y if BR2_sh4 || BR2_sh4a
> + default y if BR2_xtensa
Thanks for looking into this!
Did you try:
config BR2_PACKAGE_GTKIOSTREAM_ARCH_SUPPORTS
bool
default y if BR2_ENDIAN = "LITTLE"
?
It seems a bit more concise and future proof.
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-07-27 16:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-26 15:30 [Buildroot] [PATCH 1/1] package/gtkiostream: add BR2_PACKAGE_GTKIOSTREAM_ARCH_SUPPORTS Fabrice Fontaine
2024-07-27 16:33 ` Thomas Petazzoni via buildroot [this message]
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=20240727183300.649f0309@windsurf \
--to=buildroot@buildroot.org \
--cc=angelo.compagnucci@gmail.com \
--cc=flatmax@flatmax.org \
--cc=fontaine.fabrice@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
/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 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.