Skip to content

Rdkemw 24209 update hdcp status - #178

Open
santoshcomcast wants to merge 3 commits into
support/8.4.4.0from
RDKEMW-24209-update-hdcp-status
Open

santoshcomcast wants to merge 3 commits into
support/8.4.4.0from
RDKEMW-24209-update-hdcp-status

Conversation

@santoshcomcast

Copy link
Copy Markdown

No description provided.

Copilot AI lite review requested due to automatic review settings September 8, 2026 15:16
@santoshcomcast
santoshcomcast requested a review from a team as a code owner September 8, 2026 15:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Changes recommended

It appears to default release consumption to debug IPK feeds and the PR title doesn’t match the actual configuration-only changes.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Updates middleware IPK feed configuration to point at a new release identifier/build drop, affecting where images fetch middleware (and OSS middleware) packages from.

Changes:

  • Update RELEASE_NUM to RDKEMW-24209-2.
  • Switch default middleware and OSS middleware IPK feed base paths from middleware-rel/... to middleware-dbg/....
File summaries
File Description
conf/machine/include/oss_mw.inc Changes default OSS middleware IPK feed path to middleware-dbg/${RELEASE_NUM}.
conf/machine/include/middleware.inc Updates RELEASE_NUM and changes default middleware IPK feed path to middleware-dbg/${RELEASE_NUM}.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 3
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +10 to 11
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
MW_IPK_SERVER_PATH ?= "${RDK_ARTIFACTS_BASE_URL}/${MW_IPK_PATH}/${RDK_MW_ARCH}/ipks/${BUILD_VARIANT}"
Comment on lines +5 to 6
MW_OSS_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
MW_OSS_IPK_SERVER_PATH = "${RDK_ARTIFACTS_BASE_URL}/${MW_OSS_IPK_PATH}/${RDK_MW_ARCH}/${MW_OSS}/ipks/${BUILD_VARIANT}"
Comment on lines +8 to +10
RELEASE_NUM = "RDKEMW-24209-2"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
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