Skip to content

RDKEMW-13480: Integrate entservices-telemetry into middleware builds#2660

Open
dkumar798 wants to merge 4 commits intodevelopfrom
topic/RDKEMW-13480
Open

RDKEMW-13480: Integrate entservices-telemetry into middleware builds#2660
dkumar798 wants to merge 4 commits intodevelopfrom
topic/RDKEMW-13480

Conversation

@dkumar798
Copy link
Contributor

Reason For Change: Integrate entservices-telemetry repos to middleware builds
Test procedure : Compiled and Verified
version: patch
Priority: P2
Signed-off-by:Dineshkumar P [[email protected]]

Copilot AI review requested due to automatic review settings February 16, 2026 11:27
@dkumar798 dkumar798 requested review from a team as code owners February 16, 2026 11:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Integrates the new entservices-telemetry component into the middleware image composition by updating the middleware packagegroup dependencies.

Changes:

  • Add entservices-telemetry to packagegroup-middleware-layer runtime dependencies.
  • Reorder entservices-infra within the dependency list (removed and re-added later).

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

entservices-firmwaredownload \
entservices-firmwareupdate \
entservices-frontpanel \
entservices-telemetry \
Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

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

entservices-telemetry is added to RDEPENDS, but there is no recipe/package in this layer that provides it (a provider for this package name can’t be found in the repository). If the corresponding layer/repo isn’t always present in the build, this packagegroup will cause a build failure (“Nothing RPROVIDES entservices-telemetry”). Either add the recipe/provider to the build, or guard this dependency behind an appropriate feature/layer presence check so builds without entservices-telemetry still succeed.

Suggested change
entservices-telemetry \
${@bb.utils.contains('DISTRO_FEATURES', 'entservices-telemetry', 'entservices-telemetry', '', d)} \

Copilot uses AI. Check for mistakes.
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.

RDKEMW-13480: Integrate entservices-telemetry into middleware builds

2 participants