summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-core/systemd/systemd_249.3.bbappend
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-09-09 06:00:24 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-09-14 14:10:45 +0300
commita63d7f98ea1bd2aa47ea056751a63f5e56c128e0 (patch)
treeaa9cedc0aa4a462f4eee6db4f210980951db2ca8 /meta-phosphor/recipes-core/systemd/systemd_249.3.bbappend
parent02614dfbe9561d527b957cdc19a7b78e7b378391 (diff)
downloadopenbmc-a63d7f98ea1bd2aa47ea056751a63f5e56c128e0.tar.xz
systemd: Fix RA receiving with newer kernels
Currently, all received RAs are dropped by systemd-networkd with an internal error code. Change-Id: I8df0b587e4d6504c624940ee04f923ba6f166c3f Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-phosphor/recipes-core/systemd/systemd_249.3.bbappend')
-rw-r--r--meta-phosphor/recipes-core/systemd/systemd_249.3.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-core/systemd/systemd_249.3.bbappend b/meta-phosphor/recipes-core/systemd/systemd_249.3.bbappend
new file mode 100644
index 000000000..6ab1a6ab0
--- /dev/null
+++ b/meta-phosphor/recipes-core/systemd/systemd_249.3.bbappend
@@ -0,0 +1,6 @@
+# Backport a fix that is only in main, otherwise all received RAs will fail
+# to be parsed.
+SRC_URI += "file://0001-socket-util-introduce-CMSG_SPACE_TIMEVAL-TIMESPEC-ma.patch"
+
+# Pin to v249.4 to fix systemd-networkd segfaults.
+SRCREV = "4d8fd88b9641fce81272f60f556543f713175403"