public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] buildman/toolchain.py: update versions
Date: Fri, 30 Nov 2018 07:18:08 -0500	[thread overview]
Message-ID: <20181130121808.GU5048@bill-the-cat> (raw)
In-Reply-To: <CAHUNapR8UCHW1Vbb2Ec0HBcZcWPhXFgqnPvddqssgAAAcnT2ew@mail.gmail.com>

On Fri, Nov 30, 2018 at 06:48:35AM -0500, Trevor Woerner wrote:
> On Thu, Nov 29, 2018 at 2:03 PM Tom Rini <trini@konsulko.com> wrote:
> 
> > On Thu, Nov 29, 2018 at 02:35:56AM +0100, Daniel Schwierzeck wrote:
> > >
> > >
> > > Am 21.11.18 um 09:31 schrieb Trevor Woerner:
> > > > On kernel.org, a newer 8.1.0 version of the toolchains is available.
> > Also,
> > > > update the kernel.org version list to include some of the older
> > versions so
> > > > more architectures can be supported.
> > > >
> > > > Signed-off-by: Trevor Woerner <trevor@toganlabs.com>
> > > > ---
> > > >  tools/buildman/toolchain.py | 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > >
> > > > diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py
> > > > index 4b35f400e9..442a7f977a 100644
> > > > --- a/tools/buildman/toolchain.py
> > > > +++ b/tools/buildman/toolchain.py
> > > > @@ -430,7 +430,7 @@ class Toolchains:
> > > >          """
> > > >          arch = command.OutputOneLine('uname', '-m')
> > > >          base = 'https://www.kernel.org/pub/tools/crosstool/files/bin'
> > > > -        versions = ['7.3.0', '6.4.0', '4.9.4']
> > > > +        versions = ['8.1.0', '7.3.0', '6.4.0', '5.5.0', '4.9.4',
> > '4.9.0', '4.8.5', '4.8.0', '4.7.3', '4.6.3', '4.6.2', '4.6.1', '4.5.1',
> > '4.2.4']
> > >
> > > with 4c58d273e0f2cc21821c1de32494abd5de411d9b we removed the older and
> > > unneeded versions. So it doesn't make sense to add them again.
> > >
> > > Also did you a test run on Travis CI to verify that all archs still
> > > compile where a 8.1.0 toolchain is available? Travis CI will
> > > automatically use the latest avaiable toolchain for each arch. Possible
> > > new warnings or errors need to be fixed before doing the switch to 8.1.0.
> >
> > Agreed.  Are you using buildman outside of U-Boot where you have a
> > usecase for adding in old versions / other architectures?
> 
> 
> Yes. I was using it as a general-purpose toolchain-downloading tool.
> 
> 
> > I do want to
> > move up to 8.1.0 but I'm sure we have warnings to fix before we can do
> > that.  I _think_ I even posted a link to what was failing a while ago
> > and fixed a few things, but there's some harder to solve problems left.
> >
> 
> Okay, no problem.
> 
> In any case I'm partway through doing a test with and without my patches.
> I'll post my results for the sake of completeness.
> 
> I'm also interested in exploring whether it might be possible to have
> buildman download pre-built toolchains from bootlin. Maybe that would be of
> some interest?

We had thought about that for a bit, for a while, but Arnd is keeping
the kernel.org ones more up to date than Bootlin was, when we had need
of easy access to a specific new version.  Things may have changed since
then since it was 1-2 years ago, at this point.  But yes, a patch to add
an option to download from elsewhere (perhaps by base URL?) would be
useful I think.  I can see cases of pointing buildman at an internal
mirror instead for example.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181130/cec37fb7/attachment.sig>

  reply	other threads:[~2018-11-30 12:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-21  8:31 [U-Boot] [PATCH 0/3] buildman updates Trevor Woerner
2018-11-21  8:31 ` [U-Boot] [PATCH 1/3] buildman/toolchain.py: update versions Trevor Woerner
2018-11-27  1:02   ` Simon Glass
2018-11-29  1:35   ` Daniel Schwierzeck
2018-11-29 19:03     ` Tom Rini
2018-11-30 11:48       ` Trevor Woerner
2018-11-30 12:18         ` Tom Rini [this message]
2018-12-01  1:41         ` Trevor Woerner
2018-11-21  8:31 ` [U-Boot] [PATCH 2/3] buildman/toolchain.py: fix toolchain directory Trevor Woerner
2018-11-27  1:02   ` Simon Glass
2018-11-21  8:31 ` [U-Boot] [PATCH 3/3] buildman/toolchain.py: handle inconsistent tarball names Trevor Woerner
2018-11-27  1:02   ` Simon Glass
2018-11-28  0:51     ` Trevor Woerner
2018-11-28 19:38       ` Simon Glass
2018-11-28 19:54         ` Trevor Woerner
2018-12-05 23:11           ` sjg at google.com

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=20181130121808.GU5048@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.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