From 1a38de9b8a6a9532f1de9ff4648037b20edbf16a Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 15 Feb 2022 15:37:42 -0600 Subject: systemd: update bbappend to match upstream The latest Yocto refresh of honister upgraded systemd from 249.3 to 249.7. Change the bbappend file to match. We previously pinned the SRCREV to 249.5 in order to pick up bug-fixes that weren't in Yocto yet, but that can be removed as Yocto is now farther along. Tested: Built Witherspoon image. Signed-off-by: Patrick Williams Change-Id: I9bf80d724de53823e3350260cba322305640245e --- meta-phosphor/recipes-core/systemd/systemd_249.3.bbappend | 5 ----- meta-phosphor/recipes-core/systemd/systemd_249.7.bbappend | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 meta-phosphor/recipes-core/systemd/systemd_249.3.bbappend create mode 100644 meta-phosphor/recipes-core/systemd/systemd_249.7.bbappend diff --git a/meta-phosphor/recipes-core/systemd/systemd_249.3.bbappend b/meta-phosphor/recipes-core/systemd/systemd_249.3.bbappend deleted file mode 100644 index 41bdcf908d..0000000000 --- a/meta-phosphor/recipes-core/systemd/systemd_249.3.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -# Pin to v249.5 to fix systemd-networkd issues. -SRCREV = "00b0393e65252bf631670604f58b844780b08c50" - -# Fix https://github.com/systemd/systemd/issues/21113 -SRC_URI += "file://0001-conf-parse-make-config_parse_many-optionally-save-st.patch" diff --git a/meta-phosphor/recipes-core/systemd/systemd_249.7.bbappend b/meta-phosphor/recipes-core/systemd/systemd_249.7.bbappend new file mode 100644 index 0000000000..848d8241ee --- /dev/null +++ b/meta-phosphor/recipes-core/systemd/systemd_249.7.bbappend @@ -0,0 +1,2 @@ +# Fix https://github.com/systemd/systemd/issues/21113 +SRC_URI += "file://0001-conf-parse-make-config_parse_many-optionally-save-st.patch" -- cgit v1.2.3