Skip to content

Commit

Permalink
feat!: Add Linux with output unification
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolitzer committed Jan 9, 2024
1 parent 167b334 commit def2df0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
MAJOR := 0
MINOR := 19
PATCH := 1
LABEL :=
LABEL :=-dev
IMAGE_KERNEL_VERSION?= $(MAJOR).$(MINOR).$(PATCH)$(LABEL)

UNAME:=$(shell uname)
Expand Down Expand Up @@ -120,7 +120,7 @@ $(DEP_DIR):
mkdir dep

$(KERNEL_SRCPATH): | $(DEP_DIR)
wget -O $@ https://github.com/cartesi/linux/archive/refs/tags/v$(KERNEL_VERSION).tar.gz
wget -O $@ https://github.com/cartesi/linux/archive/refs/heads/feature/rollup-rework.tar.gz

$(OPENSBI_SRCPATH): | $(DEP_DIR)
wget -O $@ https://github.com/cartesi/opensbi/archive/refs/tags/v$(OPENSBI_VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion shasumfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bfc4d196b90592a2a6bef83ead9e196da6ab6d5978b48ee5e8ccf02913355bc2 dep/linux-6.5.9-ctsi-1.tar.gz
383b92a85f5440f9ef774fb2caac8df5c570b232732ba3747c945655fff737ce dep/linux-6.5.9-ctsi-1.tar.gz
267da33a34a023d9dcff3e7d9a8d58e7caefaff65441e38ff0114e4683dff176 dep/opensbi-1.3.1-ctsi-1.tar.gz

0 comments on commit def2df0

Please sign in to comment.