Skip to content

Commit f5892bd

Browse files
committed
Update toolchain to v0.14.0
Update Linux Kernel to 5.15.63-ctsi-2
1 parent 1eae489 commit f5892bd

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build
22
on: [push]
33
env:
4-
KERNEL_VERSION: 5.15.63-ctsi-1
4+
KERNEL_VERSION: 5.15.63-ctsi-2
55
RISCV_PK_VERSION: 1.0.0-ctsi-1
66
TOOLCHAIN_VERSION: 0.13.0
77
jobs:

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.16.0] - 2023-03-30
10+
### Changed
11+
- Updated Linux Kernel to v5.15.63-ctsi-2
12+
- Updated toolchain to v0.14.0
13+
914
## [0.15.0] - 2023-02-10
1015
### Changed
1116
- Tuned default kernel config for faster boot time
@@ -61,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6166
- [0.2.0]
6267
- [0.1.0]
6368

64-
[Unreleased]: https://github.com/cartesi/image-kernel/compare/v0.15.0...HEAD
69+
[Unreleased]: https://github.com/cartesi/image-kernel/compare/v0.16.0...HEAD
70+
[0.16.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.16.0
6571
[0.15.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.15.0
6672
[0.14.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.14.0
6773
[0.13.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.13.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FROM ${TOOLCHAIN_REPOSITORY}:${TOOLCHAIN_VERSION}
1717

1818
LABEL maintainer="Diego Nehab <diego@cartesi.io>"
1919

20-
ARG KERNEL_VERSION=5.5.19-ctsi-6
20+
ARG KERNEL_VERSION=5.15.63-ctsi-2
2121
ARG RISCV_PK_VERSION=1.0.0-ctsi-1
2222

2323
ENV DEBIAN_FRONTEND=noninteractive

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
TAG ?= devel
1717
TOOLCHAIN_DOCKER_REPOSITORY ?= cartesi/toolchain
1818
TOOLCHAIN_TAG ?= 0.13.0
19-
KERNEL_VERSION ?= 5.15.63-ctsi-1
19+
KERNEL_VERSION ?= 5.15.63-ctsi-2
2020
KERNEL_SRCPATH := dep/linux-${KERNEL_VERSION}.tar.gz
2121
RISCV_PK_VERSION ?= 1.0.0-ctsi-1
2222
RISCV_PK_SRCPATH := dep/riscv-pk-${RISCV_PK_VERSION}.tar.gz

shasumfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aab7bea88397081f027476a6f52c67adbb4d24378b04073a6feba724503a63ba dep/linux-5.15.63-ctsi-1.tar.gz
1+
e8d4d1882632eac7fd8e433b4eb4db014fd56e645fdad3b89be7d1ca4f20ca07 dep/linux-5.15.63-ctsi-2.tar.gz
22
9a873345b9914940e7bf03a167da823910c8a2acadd818b780ffbd1a3edcc4c5 dep/riscv-pk-1.0.0-ctsi-1.tar.gz

0 commit comments

Comments
 (0)