diff --git a/.github/workflows/build-latest.yml b/.github/workflows/build-latest.yml index a88805f..72f954a 100644 --- a/.github/workflows/build-latest.yml +++ b/.github/workflows/build-latest.yml @@ -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 diff --git a/.github/workflows/build-stable.yaml b/.github/workflows/build-stable.yaml index fad9c9d..24aa463 100644 --- a/.github/workflows/build-stable.yaml +++ b/.github/workflows/build-stable.yaml @@ -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: diff --git a/.github/workflows/rpi4-kernel-build.yml b/.github/workflows/rpi4-kernel-build.yml index e87f3e7..28d1e3e 100644 --- a/.github/workflows/rpi4-kernel-build.yml +++ b/.github/workflows/rpi4-kernel-build.yml @@ -34,7 +34,7 @@ on: type: string lttng_version: description: 'LTTNG version' - default: '2.12' + default: '2.13' required: false type: string env: diff --git a/Dockerfile b/Dockerfile index ef108a2..15a71c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # see http://ports.ubuntu.com/pool/main/l/linux-raspi/ # is in a form of 5.4.177-rt69, if not defined the closest to the defined is taken # see http://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/older -# is 2.12 or 2.13, default is 2.12 +# 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 . @@ -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 diff --git a/README.md b/README.md index 5467546..5d2a42f 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ where: * `````` is `5.4.0` or `5.15.0`, default is `5.4.0` * `````` is in a form of ```5.4.0-1058-raspi```, see [Ubuntu raspi Linux kernels](http://ports.ubuntu.com/pool/main/l/linux-raspi) * `````` is in a form of ```5.4.177-rt69```, see [RT patches](http://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/older) -* `````` is `2.12` or `2.13`, default is `2.12` +* `````` is `2.13`, default is `2.13` ```bash docker run -t -i rtwg-image bash