diff --git a/integration-tests/src/utils/version.ts b/integration-tests/src/utils/version.ts index 153ace0b..7ccc2f94 100644 --- a/integration-tests/src/utils/version.ts +++ b/integration-tests/src/utils/version.ts @@ -5,4 +5,4 @@ // Required extension versions export const bashVersion = '1.39.0' -export const pythonVersion = '2024.2.1' +export const pythonVersion = '2024.4.1' diff --git a/scripts/fetch-docs.sh b/scripts/fetch-docs.sh index 5548c2c5..8e16d9dd 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-5.0 +BITBAKE_DOCS_COMMIT=c86466d51e8ff14e57a734c1eec5bb651fdc73ef +# Tag: yocto-5.0 +YOCTO_DOCS_COMMIT=0cdc0afd3332459d30cfc8f4c2e62bdcc23f5ed5 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 a77282d3..53607c36 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.0 +COMMIT=fb91a49387cfb0c8d48303bb3354325ba2a05587 set -e