Skip to content

Commit

Permalink
Fix Linux image path during prebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinYikMing committed Dec 16, 2024
1 parent 04e7396 commit 575b5ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/artifact.mk
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ endif
fi
else
ifeq ($(call has, SYSTEM), 1)
$(Q)(cd $(BIN_DIR) && $(SHA1SUM) Image >> sha1sum-linux-image)
$(Q)(cd $(BIN_DIR) && $(SHA1SUM) rootfs.cpio >> sha1sum-linux-image)
$(Q)(cd $(BIN_DIR) && $(SHA1SUM) linux-image/Image >> sha1sum-linux-image)
$(Q)(cd $(BIN_DIR) && $(SHA1SUM) linux-image/rootfs.cpio >> sha1sum-linux-image)
else
git submodule update --init $(addprefix ./tests/,$(foreach tb,$(TEST_SUITES),$(tb)))
$(Q)for tb in $(TEST_SUITES); do \
Expand Down

0 comments on commit 575b5ce

Please sign in to comment.