File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Build
2
2
on : [push]
3
3
env :
4
- KERNEL_VERSION : 5.15.63-ctsi-1
4
+ KERNEL_VERSION : 5.15.63-ctsi-2
5
5
RISCV_PK_VERSION : 1.0.0-ctsi-1
6
6
TOOLCHAIN_VERSION : 0.13.0
7
7
jobs :
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
14
## [ 0.15.0] - 2023-02-10
10
15
### Changed
11
16
- 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
61
66
- [ 0.2.0]
62
67
- [ 0.1.0]
63
68
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
65
71
[ 0.15.0 ] : https://github.com/cartesi/image-kernel/releases/tag/v0.15.0
66
72
[ 0.14.0 ] : https://github.com/cartesi/image-kernel/releases/tag/v0.14.0
67
73
[ 0.13.0 ] : https://github.com/cartesi/image-kernel/releases/tag/v0.13.0
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ FROM ${TOOLCHAIN_REPOSITORY}:${TOOLCHAIN_VERSION}
17
17
18
18
LABEL maintainer="Diego Nehab <diego@cartesi.io>"
19
19
20
- ARG KERNEL_VERSION=5.5.19 -ctsi-6
20
+ ARG KERNEL_VERSION=5.15.63 -ctsi-2
21
21
ARG RISCV_PK_VERSION=1.0.0-ctsi-1
22
22
23
23
ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change 16
16
TAG ?= devel
17
17
TOOLCHAIN_DOCKER_REPOSITORY ?= cartesi/toolchain
18
18
TOOLCHAIN_TAG ?= 0.13.0
19
- KERNEL_VERSION ?= 5.15.63-ctsi-1
19
+ KERNEL_VERSION ?= 5.15.63-ctsi-2
20
20
KERNEL_SRCPATH := dep/linux-${KERNEL_VERSION}.tar.gz
21
21
RISCV_PK_VERSION ?= 1.0.0-ctsi-1
22
22
RISCV_PK_SRCPATH := dep/riscv-pk-${RISCV_PK_VERSION}.tar.gz
Original file line number Diff line number Diff line change 1
- aab7bea88397081f027476a6f52c67adbb4d24378b04073a6feba724503a63ba dep/linux-5.15.63-ctsi-1 .tar.gz
1
+ e8d4d1882632eac7fd8e433b4eb4db014fd56e645fdad3b89be7d1ca4f20ca07 dep/linux-5.15.63-ctsi-2 .tar.gz
2
2
9a873345b9914940e7bf03a167da823910c8a2acadd818b780ffbd1a3edcc4c5 dep/riscv-pk-1.0.0-ctsi-1.tar.gz
You can’t perform that action at this time.
0 commit comments