Go to file
Adrian Zaharia 73d5cd5e8d ntp: fix ntpdate to wait for subprocesses
When using systemd, ntpdate-sync script will start in background
triggering the start of ntpd without actually exiting.
This results in an bind error in ntpd startup.

Add wait at the end of ntpdate script to ensure that when the ntpdate.service
is marked as finished the oneshot script ntpdate-sync finished and unbind the
ntp port

Fixes #386

Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-28 09:49:22 -07:00
contrib PEP8 double aggressive W291 ~ W293 and W391 2021-04-15 09:28:44 -07:00
meta-filesystems sshfs-fuse: upgrade 3.7.1 -> 3.7.2 2021-06-27 13:30:47 -07:00
meta-gnome evince: upgrade 40.1 -> 40.2 2021-06-18 08:42:25 -07:00
meta-initramfs dracut: add CVE-2010-4176 to allowlist 2021-06-15 08:48:50 -07:00
meta-multimedia rygel: require gobject-introspection-data in DISTRO_FEATURES 2021-06-12 15:11:39 -07:00
meta-networking ntp: fix ntpdate to wait for subprocesses 2021-06-28 09:49:22 -07:00
meta-oe cryptsetup: Only recommend kernel modules when building for target 2021-06-28 09:03:34 -07:00
meta-perl libnet-telnet-perl: upgrade 3.04 -> 3.05 2021-06-23 23:20:36 -07:00
meta-python python3-google-api-python-client: Upgrade 2.6.0 -> 2.10.0 2021-06-28 09:02:47 -07:00
meta-webserver packagegroup-meta-webserver: remove nostromo from pkg grp 2021-04-29 19:34:04 -07:00
meta-xfce mousepad: fix warning during postinst 2021-06-18 08:33:07 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories