Skip to content

Commit

Permalink
at91bootstrap: update PKG_MIRROR_HASH to zstd for v3 at91bootstrap
Browse files Browse the repository at this point in the history
So, when updating the hash for at91bootstrap it was done via CHECK_ALL=1
so that updated the PKG_MIRROR_HASH for the main v4 version hash, but
at91bootstrap checkout version depends on the subtarget as well.

Choosing to build for sam9x will change the at91bootstrap version to v3
and this hash was not refreshed thus causing the CI to fail.

Fixes: 6918c63 ("treewide: package: update missed hashes after switch to ZSTD")
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
robimarko committed Apr 7, 2024
1 parent 449b570 commit 57c9cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/boot/at91bootstrap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endif

ifeq ($(AT91BOOTSTRAP_V4),n)
PKG_VERSION=v3.10.4
PKG_MIRROR_HASH=6fe61fe90838e785917383bb9e887fa05e1bd061a6725954242f504e38b5c426
PKG_MIRROR_HASH:=08ab81c37b995592992d6eda3f76ce9aad6e2b3e9d9c4f7e88c1ba8bb8346657
PKG_SOURCE_VERSION=404846dd283894367a015ca59189bcf927d92e11
BINARIES_DIR=binaries
endif
Expand Down

0 comments on commit 57c9cb4

Please sign in to comment.