summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-12-04 08:13:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-06 11:09:53 +0000
commit28f9393d261cd6ac72f691b3666a0e46a1e9f3bd (patch)
tree771b37239bb1f0ad602127f1d15b198f9038a812 /meta
parent063a0471b750c8cafb34c4a83d5c7983de41ebee (diff)
downloadpoky-28f9393d261cd6ac72f691b3666a0e46a1e9f3bd.tar.gz
lttng: submit patches upstream
(From OE-Core rev: 6a7bd6cdf4f81808212807182861815483277272) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools/0001-src-common-correct-header-location.patch2
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools/0001-src-common-correct-header-location.patch b/meta/recipes-kernel/lttng/lttng-tools/0001-src-common-correct-header-location.patch
index 925b51c3ce..24fcce41cb 100644
--- a/meta/recipes-kernel/lttng/lttng-tools/0001-src-common-correct-header-location.patch
+++ b/meta/recipes-kernel/lttng/lttng-tools/0001-src-common-correct-header-location.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] src/common: correct header location
6sys/unistd.h is not guaranteed to exist, and does not with 6sys/unistd.h is not guaranteed to exist, and does not with
7e.g. musl C library. 7e.g. musl C library.
8 8
9Upstream-Status: Pending 9Upstream-Status: Backport [http://git.lttng.org/?p=lttng-tools.git;a=commitdiff;h=8f14767d33f786d895e50633fb46b880249b6c54]
10Signed-off-by: Alexander Kanavin <alex@linutronix.de> 10Signed-off-by: Alexander Kanavin <alex@linutronix.de>
11--- 11---
12 src/common/kernel-probe.c | 2 +- 12 src/common/kernel-probe.c | 2 +-
diff --git a/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch b/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch
index 2d61dfa525..d3c451fd2b 100644
--- a/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch
+++ b/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] lttng-ust-common: link with liburcu explicitly
5 5
6Otherwise linking errors are seen on x86-32. 6Otherwise linking errors are seen on x86-32.
7 7
8Upstream-Status: Pending 8Upstream-Status: Submitted [by email to lttng-dev, Francis, Jonathan]
9Signed-off-by: Alexander Kanavin <alex@linutronix.de> 9Signed-off-by: Alexander Kanavin <alex@linutronix.de>
10--- 10---
11 src/lib/lttng-ust-common/Makefile.am | 1 + 11 src/lib/lttng-ust-common/Makefile.am | 1 +