diff --git a/integration-tests/src/utils/version.ts b/integration-tests/src/utils/version.ts index 153ace0b1..f03cb3a5d 100644 --- a/integration-tests/src/utils/version.ts +++ b/integration-tests/src/utils/version.ts @@ -4,5 +4,5 @@ * ------------------------------------------------------------------------------------------ */ // Required extension versions -export const bashVersion = '1.39.0' -export const pythonVersion = '2024.2.1' +export const bashVersion = '1.43.0' +export const pythonVersion = '2026.4.0' diff --git a/scripts/fetch-docs.sh b/scripts/fetch-docs.sh index 5548c2c5a..ac052162e 100755 --- a/scripts/fetch-docs.sh +++ b/scripts/fetch-docs.sh @@ -1,9 +1,9 @@ #!/bin/bash -# Tag: yocto-4.3.3 -BITBAKE_DOCS_COMMIT=380a9ac97de5774378ded5e37d40b79b96761a0c -# Tag: yocto-4.3.3 -YOCTO_DOCS_COMMIT=dde4b815db82196af086847f68ee27d7902b4ffa +# Tag: yocto-6.0_M3 +BITBAKE_DOCS_COMMIT=5d722b5d65e4eef7befe6376983385421e993f86 +# Tag: zeus-22.0.4 +YOCTO_DOCS_COMMIT=9f51be3a11b7422aba3617a90a98336c3c75f71e BITBAKE_DOCS_LIST="bitbake-user-manual-metadata.rst bitbake-user-manual-ref-variables.rst" YOCTO_DOCS_LIST=" tasks.rst variables.rst" diff --git a/scripts/fetch-poky.sh b/scripts/fetch-poky.sh index a77282d33..6d894fdf8 100644 --- a/scripts/fetch-poky.sh +++ b/scripts/fetch-poky.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Tag: yocto-4.3.3 -COMMIT=d3b27346c3a4a7ef7ec517e9d339d22bda74349d +# Tag: yocto-5.2.4 +COMMIT=d0b46a6624ec9c61c47270745dd0b2d5abbe6ac1 set -e