since gpsd is not setting imu sampling rate anymore it is not required
anymore to start gpsd first and then overwrite imu settings. anyway, starting
imu config before gpsd looks more reliable by design.
BugzID: 57164
Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
systemd resolver is not properly handling all the name server
properly. Be completely removing it, NetworkManager will be
able to handle the file /etc/resolv.conf by itself in a better
way.
BugzID: 59236
Deploy pre defined configuration file for nmhw21 and set default
timeout to 10s instead of 90s.
BugzID: 58669
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Sometimes linux can not produce enough entropy for e.g. creating ssh
keys. This daemon generates more entropy from cpu as source.
BugzID: 58665
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
As it was before (+=) some other types could be built and a config
file in meta-freescale is request .wic format which requires kernel.
It was then creating a dependency loop: fitImage requesting minimal
image and minimal image requesting kernel for wic file.
BugzID: 57682
python3-periphery was not available on meta-openembedded branch sumo.
Since thud this recipe is available in recipes-python and can
be here removed.
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Since user move directories in /var/lib aren't deployed in sota images.
So create them by systemd's tmpfiles.d.
/var/lib/misc is required for dnsmasq lease file.
BugzID: 56729
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
dnsmasq is started by systemd service during booting. This process is
preventing networkmanager for e.g. bring up any wifi access point where
dnsmasq acts as dhcp server.
Directory /var/lib/misc is required for lease file.
BugzID: 56729
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
FCT Hotfix: Remove unnecessary ping check and fix zerobyte warning.
ip=dhcp is affecting init system and services are failing even when
target is started with/after network-online.target
Needs further investigations!
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
The EXTRA_IMAGE_FEATURES variable is used for local.conf
and IMAGE_FEATURES within recipes.
This separation can avoid overriding.
Described in YP mega-manual.
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This flag made the initramfs to be bundle along with the
zImage which was then included in the fitImage that already
contains the initramfs. So the initramfs was present twice
and the fitImage was twice as big.