Skip to content

Commit 9a4113f

Browse files
authored
Lock picotool version on master to 2.1.1 (#2401)
The master SDK branch (and the SDK release tags eg 2.1.1) should point to specific picotool tags, to ensure you get a compatible picotool (note this is beyond the 2.1.1 tag in master, so will just fix this for users who check out the HEAD of master)
1 parent ee68c78 commit 9a4113f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Findpicotool.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if (NOT TARGET picotool)
3737
message("Downloading Picotool")
3838
FetchContent_Populate(picotool QUIET
3939
GIT_REPOSITORY https://github.com/raspberrypi/picotool.git
40-
GIT_TAG develop
40+
GIT_TAG 2.1.1
4141

4242
SOURCE_DIR ${picotool_INSTALL_DIR}/picotool-src
4343
BINARY_DIR ${picotool_INSTALL_DIR}/picotool-build

0 commit comments

Comments
 (0)