Skip to content

Commit

Permalink
Merge pull request sysprog21#520 from ChinYikMing/hotfix/fix-linux-im…
Browse files Browse the repository at this point in the history
…age-path

Fix Linux image path during prebuilt
  • Loading branch information
jserv authored Dec 16, 2024
2 parents 04e7396 + 575b5ce commit 280d11d
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 280d11d

Please sign in to comment.