CI: Update QEMU Xtensa board name

The board "qemu_xtensa" has been renamed to "qemu_xtensa/dc233c" and
deprecated in the Zephyr commit:
84c12ab5b5

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
This commit is contained in:
Arnaud Pouliquen
2026-01-13 11:16:34 +01:00
committed by Arnaud Pouliquen
parent 5bdf21a54f
commit 9196a664c4

View File

@@ -106,7 +106,7 @@ build_zephyr(){
make VERBOSE=1 || exit 1
cd .. &&
echo "###### Build for qemu_xtensa ######" &&
cmake . -DWITH_ZEPHYR=on -DBOARD=qemu_xtensa -DWITH_TESTS=on -Bbuild-zephyr-xtensa &&
cmake . -DWITH_ZEPHYR=on -DBOARD=qemu_xtensa/dc233c -DWITH_TESTS=on -Bbuild-zephyr-xtensa &&
cd build-zephyr-xtensa &&
cd .. &&
echo "###### Build for qemu_riscv64 ######" &&