[Buildroot] [PATCH v2 2/3] support/config-fragments: add RISC-V 64-bit uclibc autobuild config

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Jul 27 19:07:34 UTC 2020


On Sun, 10 May 2020 16:43:46 +0100
Mark Corbin <mark at dibsco.co.uk> wrote:

> Add a RISC-V 64-bit autobuild configuration for the internal
> toolchain with uclibc.
> 
> Signed-off-by: Mark Corbin <mark at dibsco.co.uk>
> ---
> Changes v1 -> v2:
>   - acknowledge that this only adds a uclibc autobuilder configuration
>     and not a generic one (Thomas P)
> ---
>  .../config-fragments/autobuild/br-riscv64-full-internal.config  | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 support/config-fragments/autobuild/br-riscv64-full-internal.config
> 
> diff --git a/support/config-fragments/autobuild/br-riscv64-full-internal.config b/support/config-fragments/autobuild/br-riscv64-full-internal.config
> new file mode 100644
> index 0000000000..c729eb55e9
> --- /dev/null
> +++ b/support/config-fragments/autobuild/br-riscv64-full-internal.config
> @@ -0,0 +1,2 @@
> +BR2_riscv=y
> +BR2_TOOLCHAIN_BUILDROOT_CXX=y

This was clearly not a "full" defconfig: you didn't had wchar/locale
enabled, so I've added that.

Also, you had forgotten to update the CSV file that lists the toolchain
used by the autobuilders,
support/config-fragments/autobuild/toolchain-configs.csv, so I did that.

Applied with those changes. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list