summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-08-28 14:03:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-30 09:56:13 +0100
commit637994a70111f12e056838ab05a6ee936ef6af60 (patch)
tree2401776c5151535fc36e338616813fbc68825330
parent2757c7c82f2d90cf93c853393e4cd33cb0a54be9 (diff)
downloadpoky-637994a70111f12e056838ab05a6ee936ef6af60.tar.gz
systemd-bootchart: musl fixes have been rejected upstream
Systemd upstream has reiterated that the only supported libc implementation is glibc. (From OE-Core rev: 3655b965a0b13518e35b3312e1ae7b59b1f231a6) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch2
-rw-r--r--meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0002-musl-does-not-provide-printf-h.patch2
-rw-r--r--meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0003-musl-does-not-provide-canonicalize_file_name.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch
index 12eecc989b..812900051a 100644
--- a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch
+++ b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch
@@ -12,7 +12,7 @@ systemd/0013-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch
12Based on work by: Khem Raj <raj.khem@gmail.com> 12Based on work by: Khem Raj <raj.khem@gmail.com>
13 13
14Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> 14Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
15Upstream-Status: Submitted [https://github.com/systemd/systemd-bootchart/pull/47] 15Upstream-Status: Denied [https://github.com/systemd/systemd-bootchart/pull/47]
16--- 16---
17 17
18 src/util.h | 2 +- 18 src/util.h | 2 +-
diff --git a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0002-musl-does-not-provide-printf-h.patch b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0002-musl-does-not-provide-printf-h.patch
index 8be3bed395..2fac76a549 100644
--- a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0002-musl-does-not-provide-printf-h.patch
+++ b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0002-musl-does-not-provide-printf-h.patch
@@ -10,7 +10,7 @@ Original patch author: Emil Renner Berthing <systemd@esmil.dk>
10Includes work by: Khem Raj <raj.khem@gmail.com> 10Includes work by: Khem Raj <raj.khem@gmail.com>
11 11
12Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> 12Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
13Upstream-Status: Submitted [https://github.com/systemd/systemd-bootchart/pull/47] 13Upstream-Status: Denied [https://github.com/systemd/systemd-bootchart/pull/47]
14--- 14---
15 15
16 Makefile.am | 4 + 16 Makefile.am | 4 +
diff --git a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0003-musl-does-not-provide-canonicalize_file_name.patch b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0003-musl-does-not-provide-canonicalize_file_name.patch
index c2c276e458..fbe9c93d2d 100644
--- a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0003-musl-does-not-provide-canonicalize_file_name.patch
+++ b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0003-musl-does-not-provide-canonicalize_file_name.patch
@@ -9,7 +9,7 @@ systemd/0007-check-for-missing-canonicalize_file_name.patch
9Based on work by: Khem Raj <raj.khem@gmail.com> 9Based on work by: Khem Raj <raj.khem@gmail.com>
10 10
11Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> 11Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
12Upstream-Status: Submitted [https://github.com/systemd/systemd-bootchart/pull/47] 12Upstream-Status: Denied [https://github.com/systemd/systemd-bootchart/pull/47]
13--- 13---
14 14
15 src/path-util.c | 2 +- 15 src/path-util.c | 2 +-