All of lore.kernel.org
 help / color / mirror / Atom feed
From: Titouan Christophe <titouan.christophe@railnova.eu>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 1/5] support/scripts/gen-bootlin-toolchains: add new script to support Bootlin toolchains
Date: Sun, 16 Aug 2020 12:13:29 +0200	[thread overview]
Message-ID: <16887404-57d2-0809-7f45-9e90f4321539@railnova.eu> (raw)
In-Reply-To: <20200814195235.986905-2-thomas.petazzoni@bootlin.com>

Hello Thomas and all,

On 14/08/20 21:52, Thomas Petazzoni wrote:
> https://toolchains.bootlin.com/ has been providing for a few years a
> number of ready-to-use pre-built toolchains, for a wide range of
> architectures (which it turns out, are all built using Buildroot).
> 
> While toolchains.bootlin.com provides Buildroot config fragments to
> easily use those toolchains with Buildroot (see [0] for example), this
> is not visible anywhere. So instead, we would like to add support for
> these toolchains in Buildroot just like we have existing support for
> Linaro, ARM, Synopsys, etc. toolchains.

[--SNIP--]

> +def get_toolchains():
> +    toolchains = list()
> +    for arch, details in arches.items():
> +        print(arch)
> +        url = os.path.join(BASE_URL, arch, "available_toolchains")
> +        page = requests.get(url).text
> +        fnames = sorted(re.findall(r'<td><a href="(\w[^"]+)"', page))
> +        print(fnames)

This print(fnames) call should be removed. Besides this tiny remark,

Reviewed-by: Titouan Christophe <titouan.christophe@railnova.eu>
Tested-by: Titouan Christophe <titouan.christophe@railnova.eu>


Best regards,

Titouan

  reply	other threads:[~2020-08-16 10:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-14 19:52 [Buildroot] [PATCH v3 0/5] Bootlin toolchains integration into Buildroot Thomas Petazzoni
2020-08-14 19:52 ` [Buildroot] [PATCH v3 1/5] support/scripts/gen-bootlin-toolchains: add new script to support Bootlin toolchains Thomas Petazzoni
2020-08-16 10:13   ` Titouan Christophe [this message]
2020-08-29 14:15     ` Yann E. MORIN
2020-08-14 19:52 ` [Buildroot] [PATCH v3 2/5] support/testing/tests/toolchain/test_external: support non-ELF toolchains Thomas Petazzoni
2020-08-16 21:45   ` Yann E. MORIN
2020-08-14 19:52 ` [Buildroot] [PATCH v3 3/5] toolchain/toolchain-external/toolchain-external-bootlin: add auto-generated files Thomas Petazzoni
2020-08-16 10:30   ` Titouan Christophe
2020-08-14 19:52 ` [Buildroot] [PATCH v3 4/5] toolchain/toolchain-external/toolchain-external-bootlin: finalize package addition Thomas Petazzoni
2020-08-16 10:40   ` Titouan Christophe
2020-08-14 19:52 ` [Buildroot] [PATCH v3 5/5] support/testing/test/toolchain/test_external_bootlin: new test cases Thomas Petazzoni
2020-08-29 14:16 ` [Buildroot] [PATCH v3 0/5] Bootlin toolchains integration into Buildroot Yann E. MORIN
2020-08-29 14:27   ` Thomas Petazzoni

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=16887404-57d2-0809-7f45-9e90f4321539@railnova.eu \
    --to=titouan.christophe@railnova.eu \
    --cc=buildroot@busybox.net \
    /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.