Skip to content

Commit

Permalink
Revert "systemd: add job to fix timesyncd update"
Browse files Browse the repository at this point in the history
This reverts commit 5cb0fa1.

This is a very old fix that look like is already fixed,
in the tests carried out it is no longer necessary

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Jan 7, 2025
1 parent 7a9c921 commit d5a1a31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions meta-lmp-base/recipes-core/systemd/systemd_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ EXTRA_OEMESON += ' \
SRC_URI:append = " \
file://0001-tmpfiles-tmp.conf-reduce-cleanup-age-to-half.patch \
file://systemd-networkd-wait-online.service.in-use-any-by-d.patch \
file://systemd-timesyncd-update.service \
"

# Depend on systemd-boot as the efi payload is provided by a different recipe
Expand All @@ -76,10 +75,6 @@ do_install:append() {
(cd ${D}${localstatedir}; rmdir -v --parents log/journal)
fi

# Workaround for https://github.com/systemd/systemd/issues/11329
install -m 0644 ${WORKDIR}/systemd-timesyncd-update.service ${D}${systemd_system_unitdir}
ln -sf ../systemd-timesyncd-update.service ${D}${systemd_system_unitdir}/sysinit.target.wants/systemd-timesyncd-update.service

# Remove systemd-boot as it is provided by a separated recipe and we can't disable via pkgconfig
if ${@bb.utils.contains('PACKAGECONFIG', 'efi', 'true', 'false', d)}; then
rm -r ${D}${nonarch_libdir}/systemd/boot
Expand Down

0 comments on commit d5a1a31

Please sign in to comment.