Cherry-pick PR #367: RDKEMW-18410 Xconf thread should wait for NTP indicator for network connectivity (support/1.9.2)#369
Draft
Copilot wants to merge 2 commits into
Draft
Conversation
…ild path Cherry-picked from #368 The change removing -DNTP_SYNC_INDICATION from CFLAGS in build_inside_container.sh is already present in support/1.9.2 (the flag was never added to this branch), so this cherry-pick results in no code changes. Original commit: d9cbc65 Co-authored-by: shibu-kv <89052442+shibu-kv@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
shibu-kv
May 15, 2026 14:30
View session
Contributor
…dicator for network connectivity Cherry-picked from #367 to support/1.9.2. Changes (in parent commit 5b289c6): - source/xconf-client/xconfclient.c: NTP sync wait logic with inotify + polling fallback - telemetry2_0.service: systimemgr.service dependency Note: This branch is based on develop which already contains PR #367. A maintainer should change the PR base branch to support/1.9.2. Co-authored-by: yogeswaransky <166126056+yogeswaransky@users.noreply.github.com>
Contributor
Author
Updated the PR to cherry-pick PR #367 instead. The branch includes the PR #367 changes ( Note: The PR base branch needs to be manually changed from |
Copilot
AI
changed the title
Cherry-pick PR #368: Disable NTP sync indication flag in container build path (support/1.9.2)
Cherry-pick PR #367: RDKEMW-18410 Xconf thread should wait for NTP indicator for network connectivity (support/1.9.2)
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of PR #367 (RDKEMW-18410: Xconf thread should wait for the NTP indicator for network connectivity) to the
support/1.9.2branch.Changes from PR #367
source/xconf-client/xconfclient.c: Added NTP sync wait logic using inotify with polling fallback, gated byNTP_SYNC_INDICATIONcompile flag. The xconf thread now waits for the NTP indicator file before proceeding with xconf fetch at boot.telemetry2_0.service: Addedsystimemgr.servicedependency (After=andWants=) to ensure proper service ordering.Note
ACTION REQUIRED: A maintainer must manually change this PR's base branch from
developtosupport/1.9.2(tooling limitation prevents setting the base branch programmatically).