Skip to content

RDKB-61973, RDKB-64819: Update rdk-eponmanager recipe to include telemetry depen…#144

Open
S-Parthiban-Selvaraj wants to merge 2 commits into
mainfrom
feature/EPON-telemetry-changes
Open

RDKB-61973, RDKB-64819: Update rdk-eponmanager recipe to include telemetry depen…#144
S-Parthiban-Selvaraj wants to merge 2 commits into
mainfrom
feature/EPON-telemetry-changes

Conversation

@S-Parthiban-Selvaraj

Copy link
Copy Markdown
Contributor

…dencies and adjust SRC_URI

Change-Id: I633c974673cacf9b81a61f10e8342686bcfd3757

…djust SRC_URI

Change-Id: I69f3b042199e8007393cb54abc2ccd221e7e3271
@S-Parthiban-Selvaraj S-Parthiban-Selvaraj force-pushed the feature/EPON-telemetry-changes branch from 74e56e3 to c8ef0c1 Compare May 21, 2026 14:15
…r correct branch

Change-Id: I5ae3569ed6def7ac5bd08530834d0cdb92aca7c8
@S-Parthiban-Selvaraj S-Parthiban-Selvaraj changed the title RDKB-64820 : Update rdk-eponmanager recipe to include telemetry depen… RDKB-61973, RDKB-64819: Update rdk-eponmanager recipe to include telemetry depen… Jun 4, 2026
@S-Parthiban-Selvaraj S-Parthiban-Selvaraj marked this pull request as ready for review June 4, 2026 12:41
@S-Parthiban-Selvaraj S-Parthiban-Selvaraj requested a review from a team as a code owner June 4, 2026 12:41
Copilot AI review requested due to automatic review settings June 4, 2026 12:41

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Yocto recipe for rdk-eponmanager to pull in Telemetry (build/runtime) and link against the Telemetry msgsender library, aligning EPON Manager with Telemetry-enabled builds.

Changes:

  • Add telemetry to DEPENDS and RDEPENDS_${PN}.
  • Link rdk-eponmanager with -ltelemetry_msgsender.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +9 to +10
DEPENDS = "rdk-logger rbus rdkb-halif-epon hal-epon telemetry"
RDEPENDS_${PN} = "hal-epon telemetry"
"

LDFLAGS += " -lrbus -lrdkloggers -lhal_epon"
LDFLAGS += " -lrbus -lrdkloggers -lhal_epon -ltelemetry_msgsender"
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants