From bd397daf1ca29738ab782fc24b9b5612ccffca2e Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Sun, 24 Aug 2025 19:18:22 +0200 Subject: [PATCH] support/testing: TestXvisor: bump custom opensbi version to 1.6 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 Signed-off-by: Romain Naour Signed-off-by: Julien Olivain --- 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