Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
Cc: Romain Naour <romain.naour@gmail.com>,
	ARC Maintainers <arc-buildroot@synopsys.com>,
	Giulio Benetti <giulio.benetti@benettiengineering.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 4/6] configs/qemu: add qemu_arc_defconfig
Date: Mon, 1 Jan 2024 21:18:26 +0100	[thread overview]
Message-ID: <ZZMeEjKs7cVLRZwb@landeda> (raw)
In-Reply-To: <ZZHjRSzIb7WUnhUo@waldemar-brodkorb.de>

Waldemar, All,

On 2023-12-31 22:55 +0100, Waldemar Brodkorb spake thusly:
> Yann E. MORIN wrote,
> > On 2023-12-31 18:25 +0100, Waldemar Brodkorb spake thusly:
> > > Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
[--SNIP--]
> > > +You need Qemu fork from here:
> > > +https://github.com/foss-for-synopsys-dwc-arc-processors/qemu
> > So, we are dropping all the arc specific versions for the toolchain
> > components, but we eventually introduce a defconfig that relies on an
> > arc specific version of qemu, that we do not even package in Buildroot,
> > so that users can't even enable host-qemu in Buildroot.
> > That is a bit sad...
> > What is the rationale for introducing this defconfig, then?
> Qemu is more widely known then the nsimdrv.

OK, fair enough.

Still, Qemu with ARC support is not sidely available (e.h .it's not ins
distros), and we do not have a way to easily build it from source,
leaving to the user the duty to find how to do get such a Qemu.

And since you point to the source tree (which is nice), it implies one
has to build from source on their own, which we know is a bit tedious...

> And I think when ARCv3
> support is added to Buildroot

*When* is the key word here. I know Alexey has said he was looking into
it, but IIRC the topic has been pending since last August, so I would
like to decorelate the two topics.

> it can be used to test it, too.

That does not change the fact that it is a forked version, not readily
available, that we do not build in Buildroot, and that the user has to
manually build from source on their own, which is still problematic.

> I thought it would be nice to have instead of only rely on the nsim
> defconfig we have now.

That I agree on, but I don;t think it is a good-enough reason to be
using a non-upstream Qemu.

> Can we keep it? What others say?

"Mom, dad, it's a cute doggy/kitten/duck/poney/hedghog! Can we keep it?"

Let's see what other maintainers think, of course.

And in any case, that does not diminish the fact that the commit log
should contain a proper rationale.

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

  parent reply	other threads:[~2024-01-01 20:18 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-31 17:25 [Buildroot] [PATCH 0/6] rework arc architecture support Waldemar Brodkorb
2023-12-31 17:25 ` [Buildroot] [PATCH 1/6] package/gcc: remove special arc version Waldemar Brodkorb
2023-12-31 20:02   ` Yann E. MORIN
2024-01-01 14:43     ` [Buildroot] [arc-buildroot] " Alexey Brodkin via buildroot
2024-01-01 20:05       ` Yann E. MORIN
2023-12-31 20:13   ` [Buildroot] " Yann E. MORIN
2023-12-31 17:25 ` [Buildroot] [PATCH 2/6] package/binutils: " Waldemar Brodkorb
2023-12-31 20:10   ` Yann E. MORIN
2023-12-31 17:25 ` [Buildroot] [PATCH 3/6] package/gdb: " Waldemar Brodkorb
2023-12-31 20:24   ` Yann E. MORIN
2023-12-31 17:25 ` [Buildroot] [PATCH 4/6] configs/qemu: add qemu_arc_defconfig Waldemar Brodkorb
2023-12-31 20:27   ` Yann E. MORIN
2023-12-31 21:55     ` Waldemar Brodkorb
2024-01-01 14:47       ` [Buildroot] [arc-buildroot] " Alexey Brodkin via buildroot
2024-01-01 20:18       ` Yann E. MORIN [this message]
2024-01-06 22:22   ` Alexey Brodkin via buildroot
2023-12-31 17:25 ` [Buildroot] [PATCH 5/6] configs/snps_arc700_nsim_defconfig: update kernel Waldemar Brodkorb
2023-12-31 17:25 ` [Buildroot] [PATCH 6/6] configs/snps_archs38_hsdk_defconfig: " Waldemar Brodkorb

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=ZZMeEjKs7cVLRZwb@landeda \
    --to=yann.morin.1998@free.fr \
    --cc=arc-buildroot@synopsys.com \
    --cc=buildroot@buildroot.org \
    --cc=giulio.benetti@benettiengineering.com \
    --cc=mail@waldemar-brodkorb.de \
    --cc=romain.naour@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox