From 53ad935ea8ef6a003334bc3130eae944fcebc75b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 15 May 2026 14:24:02 +0000 Subject: [PATCH 1/2] Cherry-pick PR #368: Disable NTP sync indication flag in container build path Cherry-picked from https://github.com/rdkcentral/telemetry/pull/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: d9cbc6502c13106f47f0af9c83fdb362d7f2db0f Co-authored-by: shibu-kv <89052442+shibu-kv@users.noreply.github.com> From 75729d9ba799990ade957c4ce9fe0df90a2e50fc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 15 May 2026 14:24:02 +0000 Subject: [PATCH 2/2] Cherry-pick PR #367: RDKEMW-18410 Xconf thread should wait for NTP indicator for network connectivity Cherry-picked from https://github.com/rdkcentral/telemetry/pull/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>