diff mbox series

[yocto-autobuilder-helper] scripts/run-docs-build: update buildtools tarball to 6.0_M2

Message ID 20260318-update-buildtools-tarball-docs-v1-1-c25b8626c445@bootlin.com
State New
Headers show
Series [yocto-autobuilder-helper] scripts/run-docs-build: update buildtools tarball to 6.0_M2 | expand

Commit Message

Antonin Godard March 18, 2026, 9:57 a.m. UTC
This will fix broken links with the singlehtml document[1].

[1]: https://git.openembedded.org/openembedded-core/commit/?id=1fdcc2fae5a8748fd0eef7d1c60fd844b9ad07da

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 scripts/run-docs-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: 4f720a0d94c1281018e60b6b19102cdba98d9bea
change-id: 20260318-update-buildtools-tarball-docs-8677c26fac69
diff mbox series

Patch

diff --git a/scripts/run-docs-build b/scripts/run-docs-build
index cc902c6..3271328 100755
--- a/scripts/run-docs-build
+++ b/scripts/run-docs-build
@@ -26,7 +26,7 @@  scriptdir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
 PUBLISH=${PUBLISH:-1}
 sharedir=`jq -r '.["BASE_SHAREDDIR"]' < $HOME/config-local.json`
 # Modified 5.1 tools image to include rsvg, switch to next released version
-buildtools_url=${buildtools_url:-https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-6.0_M1/buildtools/x86_64-buildtools-docs-nativesdk-standalone-5.3.99%2Bsnapshot-6c31c2a731858108e790acaf38679a01b0d1a035.sh}
+buildtools_url=${buildtools_url:-https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-6.0_M2/buildtools/x86_64-buildtools-docs-nativesdk-standalone-5.3.99%2Bsnapshot-be8cdcf13a658e9e81ff2f7b71d1c8c37a920ce7.sh}
 buildtools_url_old=${buildtools_url_old:-https://downloads.yoctoproject.org/releases/yocto/yocto-4.1.2/buildtools/x86_64-buildtools-docs-nativesdk-standalone-4.1.2.sh}
 docbookarchive_url=${docbookarchive_url:-https://downloads.yoctoproject.org/mirror/docbook-mirror/docbook-archives-20201105.tar.xz}