[Buildroot] [PATCH 2/2] support/testing: TestXvisor: bump custom opensbi version to 1.6
Thomas Perale
thomas.perale at mind.be
Mon Sep 8 10:56:00 UTC 2025
In reply of:
> Since Buildroot commit [1] "update to Bootlin toolchains 2025.08-1",
> the TestXvisor fails when building xvisor with gcc 15.1.0.
>
> Since xvisor is now fixed, opensbi 1.5 fail to build with gcc-15 for
> the same reasons.
>
> opensbi 1.6 include a fix for C23 enabled compilers [2]
>
> [1] https://gitlab.com/buildroot.org/buildroot/-/commit/947dbc92a20c5acea7882166cae7893e6ea661e1
> [2] https://github.com/riscv-software-src/opensbi/commit/d539d64a23bbd64ba324eed595449bcc9c7be0cb
>
> Cc: Julien Olivain <ju.o at free.fr>
> Signed-off-by: Romain Naour <romain.naour at smile.fr>
Applied to 2025.02.x & 2025.05.x. Thanks
> ---
> support/testing/tests/package/test_xvisor.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/support/testing/tests/package/test_xvisor.py b/support/testing/tests/package/test_xvisor.py
> index b1b7d1a5e0..6872e22db9 100644
> --- a/support/testing/tests/package/test_xvisor.py
> +++ b/support/testing/tests/package/test_xvisor.py
> @@ -16,7 +16,7 @@ class TestXvisor(infra.basetest.BRTest):
> # BR2_TARGET_ROOTFS_TAR is not set
> BR2_TARGET_OPENSBI=y
> BR2_TARGET_OPENSBI_CUSTOM_VERSION=y
> - BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="1.5"
> + BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="1.6"
> BR2_TARGET_OPENSBI_PLAT="generic"
> BR2_PACKAGE_HOST_QEMU=y
> BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
> --
> 2.50.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
More information about the buildroot
mailing list