Skip to content

Commit

Permalink
Merge pull request #46 from razr/issues/45
Browse files Browse the repository at this point in the history
set by default LTTNG to 2.13
  • Loading branch information
razr authored Jan 21, 2023
2 parents 36e5258 + f3639d1 commit f11ed01
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: false
type: string
lttng_version:
description: 'LTTNG version, 2.12|2.13'
description: 'LTTNG version, 2.13'
required: false
type: string

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
default: '5.4.0-1058-raspi'
type: string
lttng_version:
description: 'LTTNG version 2.12|2.13'
description: 'LTTNG version 2.13'
required: false
type: string
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpi4-kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
type: string
lttng_version:
description: 'LTTNG version'
default: '2.12'
default: '2.13'
required: false
type: string
env:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# see http://ports.ubuntu.com/pool/main/l/linux-raspi/
# <RT patch> is in a form of 5.4.177-rt69, if not defined the closest to the defined <raspi release> is taken
# see http://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/older
# <LTTNG version> is 2.12 or 2.13, default is 2.12
# <LTTNG version> is 2.13, default is 2.13
#
# To build a Docker image for the latest 5.4 raspi kernel run
# $ docker build -t rtwg-image .
Expand Down Expand Up @@ -53,7 +53,7 @@ ARG RT_PATCH
ARG triple=aarch64-linux-gnu
ARG KERNEL_VERSION=5.4.0
ARG UBUNTU_VERSION=focal
ARG LTTNG_VERSION=2.12
ARG LTTNG_VERSION=2.13
ARG KERNEL_DIR=linux-raspi

# setup arch
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ where:
* ```<kernel version>``` is `5.4.0` or `5.15.0`, default is `5.4.0`
* ```<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)
* ```<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)
* ```<LTTNG version>``` is `2.12` or `2.13`, default is `2.12`
* ```<LTTNG version>``` is `2.13`, default is `2.13`

```bash
docker run -t -i rtwg-image bash
Expand Down

0 comments on commit f11ed01

Please sign in to comment.