diff options
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch')
| -rw-r--r-- | meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch b/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch index 120528bf9c..4911982461 100644 --- a/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch +++ b/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 878f89b6136ff7b870a19e04901cc6f316bbe10a Mon Sep 17 00:00:00 2001 | 1 | From 60d423945bd4f4c4b7bfc6f29da9231152d05690 Mon Sep 17 00:00:00 2001 |
| 2 | From: Bruce Ashfield <bruce.ashfield@gmail.com> | 2 | From: Bruce Ashfield <bruce.ashfield@gmail.com> |
| 3 | Date: Sat, 15 May 2021 10:26:38 -0400 | 3 | Date: Sat, 15 May 2021 10:26:38 -0400 |
| 4 | Subject: [PATCH] src/Kbuild: change missing CONFIG_TRACEPOINTS to warning | 4 | Subject: [PATCH] src/Kbuild: change missing CONFIG_TRACEPOINTS to warning |
| @@ -19,10 +19,10 @@ Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | |||
| 19 | src/Kbuild | 7 ++++++- | 19 | src/Kbuild | 7 ++++++- |
| 20 | 1 file changed, 6 insertions(+), 1 deletion(-) | 20 | 1 file changed, 6 insertions(+), 1 deletion(-) |
| 21 | 21 | ||
| 22 | Index: lttng-modules-2.13.10/src/Kbuild | 22 | diff --git a/src/Kbuild b/src/Kbuild |
| 23 | =================================================================== | 23 | index 7137874..04eb5c9 100644 |
| 24 | --- lttng-modules-2.13.10.orig/src/Kbuild | 24 | --- a/src/Kbuild |
| 25 | +++ lttng-modules-2.13.10/src/Kbuild | 25 | +++ b/src/Kbuild |
| 26 | @@ -2,10 +2,13 @@ | 26 | @@ -2,10 +2,13 @@ |
| 27 | 27 | ||
| 28 | ifdef CONFIG_LOCALVERSION # Check if dot-config is included. | 28 | ifdef CONFIG_LOCALVERSION # Check if dot-config is included. |
| @@ -38,7 +38,7 @@ Index: lttng-modules-2.13.10/src/Kbuild | |||
| 38 | TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/.. | 38 | TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/.. |
| 39 | 39 | ||
| 40 | lttng_check_linux_version = $(shell pwd)/include/linux/version.h | 40 | lttng_check_linux_version = $(shell pwd)/include/linux/version.h |
| 41 | @@ -150,3 +153,5 @@ lttng-statedump-objs := lttng-statedump- | 41 | @@ -150,3 +153,5 @@ lttng-statedump-objs := lttng-statedump-impl.o |
| 42 | obj-$(CONFIG_LTTNG) += probes/ | 42 | obj-$(CONFIG_LTTNG) += probes/ |
| 43 | obj-$(CONFIG_LTTNG) += lib/ | 43 | obj-$(CONFIG_LTTNG) += lib/ |
| 44 | obj-$(CONFIG_LTTNG) += tests/ | 44 | obj-$(CONFIG_LTTNG) += tests/ |
