Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integration-tests/src/utils/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
8 changes: 4 additions & 4 deletions scripts/fetch-docs.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions scripts/fetch-poky.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Tag: yocto-4.3.3
COMMIT=d3b27346c3a4a7ef7ec517e9d339d22bda74349d
# Tag: yocto-5.2.4
COMMIT=d0b46a6624ec9c61c47270745dd0b2d5abbe6ac1

set -e

Expand Down