Skip to content

Conversation

@Sukanya673
Copy link

RDKCOM-1035 : TEST, Please do not merge.

Copilot AI review requested due to automatic review settings December 22, 2025 09:38
@Sukanya673 Sukanya673 requested review from a team as code owners December 22, 2025 09:38
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

This is a test pull request that updates the telemetry BitBake recipe to point to a specific feature branch and commit. The PR is explicitly marked as "TEST, Please do not merge" indicating it's for testing purposes only.

  • Updates the SRCREV to a different commit hash
  • Modifies SRC_URI to explicitly reference a feature branch (feature/RDKCOM-5420) instead of using the standard configuration

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

SRCREV = "2038d39088ae27fe2ed290438eb28b2e62582379"
SRC_URI = "${CMF_GITHUB_ROOT}/telemetry;${CMF_GITHUB_SRC_URI_SUFFIX}"
SRCREV = "10e0d01761f40d33baf93d8e10c73f9107b3c6d4"
SRC_URI = "${CMF_GITHUB_ROOT}/telemetry;protocol=${CMF_GITHUB_PROTOCOL};branch=feature/RDKCOM-5420"
Copy link

Copilot AI Dec 22, 2025

Choose a reason for hiding this comment

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

The SRC_URI has been modified to explicitly specify a feature branch (feature/RDKCOM-5420) instead of using the default branch configuration from CMF_GITHUB_SRC_URI_SUFFIX. Since this PR is marked as "TEST, Please do not merge" in the title and description, this hardcoded feature branch reference should not be merged to the main branch. For production, either use the original CMF_GITHUB_SRC_URI_SUFFIX variable or ensure the branch parameter points to the correct production branch.

Suggested change
SRC_URI = "${CMF_GITHUB_ROOT}/telemetry;protocol=${CMF_GITHUB_PROTOCOL};branch=feature/RDKCOM-5420"
SRC_URI = "${CMF_GITHUB_ROOT}/telemetry;protocol=${CMF_GITHUB_PROTOCOL}${CMF_GITHUB_SRC_URI_SUFFIX}"

Copilot uses AI. Check for mistakes.
@Sukanya673 Sukanya673 marked this pull request as draft December 22, 2025 13:40
@Sukanya673 Sukanya673 force-pushed the feature/RDKCOM-5420 branch from dde3b18 to adceaad Compare January 9, 2026 05:26
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.

2 participants