X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl%2Frecipes-core%2Fsystemd%2Fsystemd_%25.bbappend;h=354464c12278e0e6f5bf1fe4ed0eb9ad3955879d;hb=refs%2Fchanges%2F35%2F11135%2F3;hp=ef877c0c145f5cfefb74208791a2730a398c3b69;hpb=95b850fa3ae4674576a5ff7b5afd6c27b753b840;p=AGL%2Fmeta-agl.git diff --git a/meta-agl/recipes-core/systemd/systemd_%.bbappend b/meta-agl/recipes-core/systemd/systemd_%.bbappend index ef877c0c1..354464c12 100644 --- a/meta-agl/recipes-core/systemd/systemd_%.bbappend +++ b/meta-agl/recipes-core/systemd/systemd_%.bbappend @@ -1,6 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI += "file://e2fsck.conf \ +SRC_URI += "file://backport-v234-e266c06.patch \ + file://e2fsck.conf \ ${@bb.utils.contains('VIRTUAL-RUNTIME_net_manager','systemd','file://wired.network','',d)} \ " @@ -20,3 +21,6 @@ do_install_append() { } FILES_${PN} += "${sysconfdir}/e2fsck.conf " + +# SPEC-737: connmand also has a NTP client which races with systemd-timesyncd +PACKAGECONFIG_remove = "timesyncd"