yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* connman + busybox-hwclock startup failure
@ 2023-03-30 22:04 Chris Elledge
  2023-03-31  5:18 ` [yocto] " Alexander Kanavin
  2023-07-28  6:15 ` Mike Looijmans
  0 siblings, 2 replies; 4+ messages in thread
From: Chris Elledge @ 2023-03-30 22:04 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 978 bytes --]

I've encountered an issue when using a system that has both connman and the
hwclock.sh script enabled during startup. The default combined startup
order for these two services is wrong.

Currently connman starts at 05, and hwclock.sh is at 20 (default for
update-rc.d). This means that we have a situation where connman starts up
and obtains a correct NTP time, then hwclock.sh clobbers the system time
with whatever is in the RTC even if it is way in the past. The big issue
caused by that is connman schedules its next NTP update at an absolute time
of (current time + 1024s). Once the hwclock.sh script knocks the system
time way into the past, the NTP update will not run for a potentially very
long time.

I would suggest adding a line to poky/meta/recipes-core/busybox.inc to move
hwclock.sh earlier.
For example:
INITSCRIPT_PARAMS:${PN}-hwclock = "start 04 2 3 4 5 . stop 20 0 1 6"
or
INITSCRIPT_PARAMS:${PN}-hwclock = "start 40 S . stop 20 0 1 6"

Thanks,
Chris Elledge

[-- Attachment #2: Type: text/html, Size: 1187 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <175151A6DCB6A43F.12651@lists.yoctoproject.org>]

end of thread, other threads:[~2023-07-28  6:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30 22:04 connman + busybox-hwclock startup failure Chris Elledge
2023-03-31  5:18 ` [yocto] " Alexander Kanavin
2023-07-28  6:15 ` Mike Looijmans
     [not found] <175151A6DCB6A43F.12651@lists.yoctoproject.org>
2023-03-30 22:10 ` Chris Elledge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).