At SPEC-737, systemd-timesyncd was disabled every case. It causes
NTP capability lost in case of using systemd-networkd.
This patch enable systemd-timesyncd in guest environment.
Bug-AGL: SPEC-5274
Change-Id: I2c4f48bd67aa800c87ec37e2f494538b9f5a23c4
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
--- /dev/null
+[Unit]
+ConditionVirtualization=
--- /dev/null
+SUMMARY = "Container guest configuration for systemd-timesyncd."
+DESCRIPTION = "Container guest configuration for systemd-timesyncd. \
+ It enables systemd-timesyncd in container guest."
+LICENSE = "MIT"
+SRC_URI = " \
+ file://timesyncd-run-guest.conf \
+ "
+
+do_install() {
+ install -D -m644 ${WORKDIR}/timesyncd-run-guest.conf ${D}/${systemd_system_unitdir}/systemd-timesyncd.service.d/timesyncd-run-guest.conf
+}
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+FILES:${PN} = "\
+ ${systemd_system_unitdir}/systemd-timesyncd.service.d/* \
+"
mominavi \
momiplay \
momiweather \
- chrony \
systemd-netif-config \
ttf-dejavu-sans \
ttf-dejavu-sans-mono \
IMAGE_INSTALL += " \
packagegroup-agl-container-feature-logging-guest \
+ ${@bb.utils.contains('VIRTUAL-RUNTIME_net_manager', 'systemd', 'systemd-timesyncd-guest', '', d)} \
"
FEATURE_PACKAGES_selinux:remove = " \