Skip to content

Commit f3639d1

Browse files
committed
set LTTNG to 2.13
1 parent d38efa4 commit f3639d1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
required: false
1313
type: string
1414
lttng_version:
15-
description: 'LTTNG version, 2.12|2.13'
15+
description: 'LTTNG version, 2.13'
1616
required: false
1717
type: string
1818

.github/workflows/build-stable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
default: '5.4.0-1058-raspi'
1818
type: string
1919
lttng_version:
20-
description: 'LTTNG version 2.12|2.13'
20+
description: 'LTTNG version 2.13'
2121
required: false
2222
type: string
2323
jobs:

.github/workflows/rpi4-kernel-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
type: string
3535
lttng_version:
3636
description: 'LTTNG version'
37-
default: '2.12'
37+
default: '2.13'
3838
required: false
3939
type: string
4040
env:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# see http://ports.ubuntu.com/pool/main/l/linux-raspi/
1414
# <RT patch> is in a form of 5.4.177-rt69, if not defined the closest to the defined <raspi release> is taken
1515
# see http://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/older
16-
# <LTTNG version> is 2.12 or 2.13, default is 2.12
16+
# <LTTNG version> is 2.13, default is 2.13
1717
#
1818
# To build a Docker image for the latest 5.4 raspi kernel run
1919
# $ docker build -t rtwg-image .
@@ -53,7 +53,7 @@ ARG RT_PATCH
5353
ARG triple=aarch64-linux-gnu
5454
ARG KERNEL_VERSION=5.4.0
5555
ARG UBUNTU_VERSION=focal
56-
ARG LTTNG_VERSION=2.12
56+
ARG LTTNG_VERSION=2.13
5757
ARG KERNEL_DIR=linux-raspi
5858

5959
# setup arch

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ where:
7070
* ```<kernel version>``` is `5.4.0` or `5.15.0`, default is `5.4.0`
7171
* ```<raspi release>``` is in a form of ```5.4.0-1058-raspi```, see [Ubuntu raspi Linux kernels](http://ports.ubuntu.com/pool/main/l/linux-raspi)
7272
* ```<RT patch>``` is in a form of ```5.4.177-rt69```, see [RT patches](http://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/older)
73-
* ```<LTTNG version>``` is `2.12` or `2.13`, default is `2.12`
73+
* ```<LTTNG version>``` is `2.13`, default is `2.13`
7474

7575
```bash
7676
docker run -t -i rtwg-image bash

0 commit comments

Comments
 (0)